DBA Data[Home] [Help]

APPS.PO_WF_PO_CHARGE_ACC dependencies on PO_SHARED_PROC_PVT

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

1829: l_progress := '040';
1830:
1831: -- Get the org id for the Logical Inventory Org associated with
1832: -- the given Transaction Flow. This LINV would belong to the POU.
1833: l_logical_inv_org_id := PO_SHARED_PROC_PVT.get_logical_inv_org_id(l_transaction_flow_header_id);
1834:
1835: l_progress := '050';
1836: IF (l_logical_inv_org_id IS NULL) THEN
1837: l_progress := 'Logical Inventory Org Not Found';