DBA Data[Home] [Help]

APPS.BOMPKMUD dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 2250: FROM org_organization_definitions

2246:
2247: --Need the Organization Code
2248: SELECT organization_code
2249: INTO l_org_code
2250: FROM org_organization_definitions
2251: WHERE organization_id = org_id;
2252:
2253: --Popuating PL/SQL record for ECO Header
2254: FOR eco_rec IN c_eco_rec LOOP