DBA Data[Home] [Help]

APPS.OKE_DELIVERABLE_ACTIONS_PKG dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 503: FROM org_organization_definitions

499: c1info c1%rowtype;
500:
501: CURSOR c2 ( p_org_id NUMBER ) IS
502: SELECT operating_unit
503: FROM org_organization_definitions
504: WHERE organization_id = p_org_id;
505:
506: CURSOR c3 ( p_location_id NUMBER ) IS
507: SELECT id1, cust_account_id

Line 854: , org_organization_definitions ood

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:
858: UPDATE oke_deliverable_actions