DBA Data[Home] [Help]

APPS.OE_PURCHASE_RELEASE_PVT dependencies on PO_OM_INTEGRATION_GRP

Line 1801: PO_OM_INTEGRATION_GRP.Update_Req_PO

1797: OE_DEBUG_PUB.Add('No of Req Records PO: '||to_char(l_count -1),2) ;
1798: END IF;
1799: --
1800:
1801: PO_OM_INTEGRATION_GRP.Update_Req_PO
1802: (p_api_version => 1.0
1803: ,p_req_header_id => l_req_header_id
1804: ,p_req_line_id => l_req_line_id
1805: ,p_po_header_id => l_po_header_id

Line 1866: PO_OM_INTEGRATION_GRP.Cancel_Req_PO

1862: l_can_po_line_id(I) := NULL;
1863: END IF;
1864: END LOOP;
1865:
1866: PO_OM_INTEGRATION_GRP.Cancel_Req_PO
1867: (p_api_version => 1.0
1868: ,p_req_header_id => l_can_req_header_id
1869: ,p_req_line_id => l_can_req_line_id
1870: ,p_po_header_id => l_can_po_header_id