DBA Data[Home] [Help]

APPS.PO_WF_PO_CHARGE_ACC dependencies on PO_SHARED_PROC_PVT

Line 1848: l_logical_inv_org_id := PO_SHARED_PROC_PVT.get_logical_inv_org_id(l_transaction_flow_header_id);

1844: l_progress := '040';
1845:
1846: -- Get the org id for the Logical Inventory Org associated with
1847: -- the given Transaction Flow. This LINV would belong to the POU.
1848: l_logical_inv_org_id := PO_SHARED_PROC_PVT.get_logical_inv_org_id(l_transaction_flow_header_id);
1849:
1850: l_progress := '050';
1851: IF (l_logical_inv_org_id IS NULL) THEN
1852: l_progress := 'Logical Inventory Org Not Found';