Previous  Next          Contents  Index  Navigation  Glossary  Library

Using SQL*Loader to Populate the Credit Card Transaction InterfaceTables

You can create a SQL*Loader program that uses a flat file containing the credit card transaction details you want to transfer into the AP_EXPENSE_FEED_LINES table. For detailed information on this table, refer to the Oracle Payables Applications Technical Reference Manual.

   To use SQL*Loader to populate the AP_EXPENSE_FEED_LINES table:

Attention: You must load the amount as either a positive or negative number. For example, if you are loading a credit, load the transaction amount as a negative number. Also, the precision of all amounts loaded should be to the same precision you define for the currency of the credit card program.


         Previous  Next          Contents  Index  Navigation  Glossary  Library