InterviewSolution
| 1. |
What Is A Requisition Import Program? |
|
Answer» It is a concurrent program, which is used to import requisition from ORACLE or Non-Oracle system. DATA is first loaded in PO_REQUISITION_ALL table. The RIP can then be run, to import the records from the interface table as requisition in Oracle Processing. RIP creates a requisition line and ONE or more requisition distribution for each row it FINDS in the interface table. It then groups these lines on Requisitions according to PARAMETERS defined It is a concurrent program, which is used to import requisition from Oracle or Non-Oracle system. Data is first loaded in PO_REQUISITION_ALL table. The RIP can then be run, to import the records from the interface table as requisition in Oracle Processing. RIP creates a requisition line and one or more requisition distribution for each row it finds in the interface table. It then groups these lines on Requisitions according to parameters defined |
|