DBA Data[Home] [Help]

APPS.INV_MGD_MVT_UTILS_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 1279: HR_ALL_ORGANIZATION_UNITS hr

1275: IS
1276: SELECT
1277: hrl.country
1278: FROM
1279: HR_ALL_ORGANIZATION_UNITS hr
1280: , HR_LOCATIONS_ALL hrl
1281: WHERE hr.location_id = hrl.location_id
1282: AND hr.organization_id = p_warehouse_id;
1283: