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 869: , org_organization_definitions ood

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