How to default currency code in control file
Hi All,
With the advent of EBS R12.2.13 a column for BANK_ACCT_CURRENCY_CODE is required to be loaded into the CE_STATEMENT_LINES_INTERFACE when bank statements are uploaded and imported.
Presently when we try and load bank statements the error Cause: FDPSTP failed due to ORA-01400: cannot insert NULL into ("CE"."CE_STATEMENT_LINES_INTERFACE"."BANK_ACCT_CURRENCY_CODE") is presented.
I did log a SR with Oracle but as we have a custom sql loader control file they will not support. So my question is how can I adjust our sql control file to default the currency code as 'ZAR' as this currency code is not in the bank statement file we receive.