Why we need Properties file?
In Oracle Cloud ERP, In order to import data in bulk using FBDI based integration, importBulkData operation of ERPIntegration Service is used . The entire load process includes following steps:
- Upload files to UCM
- Submit Load Interface file for import
- Submit respective import jobs
Now to submit import job along with parameters, a properties/manifest file is created and embedded within the FBDI zip(Dynamic way) or can be uploaded in UCM and reused(Static way).
Structure of .properties file:
<Import Job Package Name>,<Import Job Name>,<ZIP file prefix>,<Param1>,...<ParamN>
Notes:
- Properites file must have .properties extension.
- All the fields in the .properties file should be comma separated
- Suppose you have zip file like ImportJournal_05122022.zip, then the zip file prefix will be as "ImportJournal".
How to get Job Package name and import job name from ERP:
Go to Setup and Maintenance
Now the .properties file look as below:
/oracle/apps/ess/financials/payables/invoices/transactions/,APXIIMPT,<ZIP file prefix>,<Param1>,...<ParamN>
How to get all the Parameters of the properties file:
Go to Scheduled Processes
No comments:
Post a Comment