DBA Data[Home] [Help]

APPS.WSH_MAP_LOCATION_REGION_PKG dependencies on MTL_PARAMETERS

Line 2503: mtl_parameters mp

2499:
2500: CURSOR check_company(c_loc_id IN NUMBER) IS
2501: SELECT ou.organization_id
2502: FROM hr_all_organization_units ou,
2503: mtl_parameters mp
2504: WHERE mp.organization_id = ou.organization_id
2505: AND ou.location_id = c_loc_id;
2506:
2507: BEGIN