Previous Topic

Next Topic

GROUPEXPORT Data Definition

The Groups InHouse Export is automatically generated and transmitted to the application server during the Night Audit procedure in Opera. But this export can be manually ran by selecting Miscellaneous>File Export>General or Configuration>External>Export Files. This export file is available on-demand, to allow for external and local resources to produce more up to the minute information in case of an emergency. The file transfer from Opera to the database is completed by using the Opera OXI_HUB Interface, with an HTTP address that is setup for the actual export file itself (See Export Files for details).

Export File Header

FILE_GROUP_ID

FILE_TYPE_DESC

FILE and ZIP_FILE_NAME

FILE_EXTENSION

MISC

Groups Inhouse Export

'WY_296'

'TXT'

Export File Details

COL_NAME

COL_LENGTH

COL_TYPE

FORMULA

NO_OF_ROOMS

40

FORMULA

RPAD('002ROOMS',18)||TO_CHAR(NO_OF_ROOMS)

ROOM_REVENUE

40

FORMULA

RPAD('003REVENUE',18)||TO_CHAR(ROOM_REVENUE)

SEQUENCE

40

FORMULA

RPAD('004SEQUENCE_NO',18)||TO_CHAR(ROWNUM)

SPACE1

1

FORMULA

' '

BUSINESS_DATE

40

FORMULA

RPAD('000DATE',18)||TO_CHAR(BUSINESS_DATE,'DD/MM/YYYY')

GROUP_NAME

40

FORMULA

RPAD('001NAME',18)||GROUP_NAME

See Also