DBA Data[Home] [Help]

APPS.CS_CHARGE_DETAILS_PVT dependencies on OKS_ENTITLEMENTS_PVT

Line 16146: OKS_ENTITLEMENTS_PVT.Get_Service_PO(

16142: --DBMS_OUTPUT.PUT_LINE('Calling PO Cursor');
16143:
16144: IF x_contract_id IS NOT NULL THEN
16145: -- call the Contracts API to get the PO NUmber
16146: OKS_ENTITLEMENTS_PVT.Get_Service_PO(
16147: P_Chr_Id => x_contract_id,
16148: P_Set_ExcepionStack => 'F',
16149: X_Service_PO => l_service_po,
16150: X_Service_PO_required => l_Service_po_required,