DBA Data[Home] [Help]

APPS.OKE_DELIVERABLE_ACTIONS_PKG dependencies on MTL_PARAMETERS

Line 853: from mtl_parameters mp

849: c2info.ship_from_location_id,
850: c2info.requisition_line_type_id,
851: c2info.po_category_id,
852: l_description
853: from mtl_parameters mp
854: , org_organization_definitions ood
855: where ood.organization_id = c2info.inventory_org_id
856: and mp.organization_id = c2info.inventory_org_id;
857:

Line 911: FROM mtl_parameters

907: AND Organization_ID = P_Org_ID;
908:
909: CURSOR Org_C IS
910: SELECT Expense_Account
911: FROM mtl_parameters
912: WHERE ORGANIZATION_ID = P_Org_ID;
913:
914: L_Account NUMBER;
915: