Previous Topic

Next Topic

HUSEEXPORT Data Definition

The Houseuse Rooms 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

Houseuse Rooms Export

'WY_296'

TXT

Export File Details

COL_NAME

COL_LENGTH

COL_TYPE

FORMULA

Business_Date

40

FORMULA

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

Guest_last_name

40

FORMULA

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

ROOM_NUM

40

FORMULA

RPAD('002ROOM',18)||ROOM

SEQUENCE_NO

40

FORMULA

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

SPACE

1

FORMULA

' '

See Also