Previous Topic

Next Topic

TRXCODEEXPT Data Definition

The Transaction Codes 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

Transaction Codes Export

'WY_296'

TXT

Export File Details

COL_NAME

COL_LENGTH

COL_TYPE

FORMULA

TRX_DATE

40

FORMULA

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

SEQUENCE

3

FORMULA

LPAD(TO_CHAR(ROWNUM),3,'0')

TRX_CODE

15

VARCHAR2

 

TRX_AMOUNT

13

NUMBER

 

 See Also