P2P Cycle Flow (Procure To Pay Flow) in Oracle Fusion With Affected Tables
P2P Cycle Flow (Procure To Pay Flow) in Oracle Fusion With Affected Tables
1) Create Requisition:
Requisition is nothing but a formal request to buy something (like Inventory material, office supplies etc)
needed for the enterprise. Only an employee can create one. There are two types of requisitions:
Internal Requisition: Internal requisitions provide the mechanism for requesting and transferring material from one
inventory to other inventory.
Purchase requisition: Unlike Internal requisitions, Purchase requisitions are used for requesting material from
suppliers.
POR_REQUISITION_HEADERS_ALL PORHA,
POR_REQUISITION_LINES_ALL PORLA,
POR_REQ_DISTRIBUTIONS_ALL PORDA
Where PORHA.REQUISITION_HEADER_ID = PORLA.REQUISITION_HEADER_ID
AND PORLA.REQUISITION_LINE_ID = PORDA.REQUISITION_LINE_ID