Interfaces and Conversion
Interfaces and Conversion
----------
In terms of oracle applications interface is a communication channel that allows the data to move in and
out of the system.
Inbound Interface : These interfaces are used to transfer data from external systems to Oracle
Applications.
Outbound Interface : These interfaces are used to transfer data from Oracle Applications to external
systems.
Inbound Interface : These interfaces are used to transfer data from external systems to Oracle
Applications.
1. get the file from external system( .csv, .dat, excel,text , ... etc)
2. Create staging tables and load the data into staging tables using SQL * Loader program( Control file
program)
Outbound Interface : These interfaces are used to transfer data from Oracle Applications to external
systems.
Declare
Curor ....
Begin
utl_file.fopen
Utl_file.put_line
utl_file.fclose
2. Create staging tables and load the data into staging tables using SQL * Loader program( Control file
program)
programs
-------------
XXRR_ITEM_IMPORT
XXRR Item validation program
Import Items
Request set
--------------
XXRR_ITEM_IMPORT_PRG
ITEM_ITERFACE
-----------------
Interafce Table:
--------------------
MTL_SYSTEM_ITEMS_INTERFACE
colums:
----------
org_name
item_name
Item_desc
UOM
Template
Status
-- Error_flag
-- Error messge
Staging tabel
-----------------
DROP TABLE PO.NEW_INV_ITEM_CSTM CASCADE CONSTRAINTS;
Error Table
------------
DROP TABLE PO.ERROR_INV_ITEM_CSTM CASCADE CONSTRAINTS;
GL_ITERFACE
--------------
1. get the file from external system( .csv, .dat, excel,text , ... etc)
2. Create staging tables and load the data into staging tables using SQL * Loader program( Control file
program)
set
----
Outbound Interface :
-------------------
These interfaces are used to transfer data from Oracle Applications to external systems.
Declare
Curor ....
Begin
utl_file.fopen
Utl_file.put_line
utl_file.fclose