DBA Data[Home] [Help]

APPS.OKE_DELIVERABLE_ACTIONS_PKG dependencies on MTL_PARAMETERS

Line 868: from mtl_parameters mp

864: c2info.ship_from_location_id,
865: c2info.requisition_line_type_id,
866: c2info.po_category_id,
867: l_description
868: from mtl_parameters mp
869: , org_organization_definitions ood
870: where ood.organization_id = c2info.inventory_org_id
871: and mp.organization_id = c2info.inventory_org_id;
872:

Line 926: FROM mtl_parameters

922: AND Organization_ID = P_Org_ID;
923:
924: CURSOR Org_C IS
925: SELECT Expense_Account
926: FROM mtl_parameters
927: WHERE ORGANIZATION_ID = P_Org_ID;
928:
929: L_Account NUMBER;
930: