DBA Data[Home] [Help]

APPS.OE_PURCHASE_RELEASE_PVT dependencies on PO_OM_INTEGRATION_GRP

Line 1836: PO_OM_INTEGRATION_GRP.Update_Req_PO

1832: OE_DEBUG_PUB.Add('No of Req Records PO: '||to_char(l_count -1),2) ;
1833: END IF;
1834: --
1835:
1836: PO_OM_INTEGRATION_GRP.Update_Req_PO
1837: (p_api_version => 1.0
1838: ,p_req_header_id => l_req_header_id
1839: ,p_req_line_id => l_req_line_id
1840: ,p_po_header_id => l_po_header_id

Line 1901: PO_OM_INTEGRATION_GRP.Cancel_Req_PO

1897: l_can_po_line_id(I) := NULL;
1898: END IF;
1899: END LOOP;
1900:
1901: PO_OM_INTEGRATION_GRP.Cancel_Req_PO
1902: (p_api_version => 1.0
1903: ,p_req_header_id => l_can_req_header_id
1904: ,p_req_line_id => l_can_req_line_id
1905: ,p_po_header_id => l_can_po_header_id