DBA Data[Home] [Help]

APPS.BOMPKMUD dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 2244: FROM org_organization_definitions

2240:
2241: --Need the Organization Code
2242: SELECT organization_code
2243: INTO l_org_code
2244: FROM org_organization_definitions
2245: WHERE organization_id = org_id;
2246:
2247: --Popuating PL/SQL record for ECO Header
2248: FOR eco_rec IN c_eco_rec LOOP