DBA Data[Home] [Help]

APPS.JAI_CMN_MTAX_PKG dependencies on HR_LOCATIONS

Line 507: FROM hr_locations

503: */
504:
505: CURSOR c_inv_organization(p_location_id IN NUMBER) IS
506: SELECT inventory_organization_id
507: FROM hr_locations
508: WHERE location_id = p_location_id;
509:
510: /* Bug 5243532. Added by Lakshmi Gopalsami
511: * Removed the reference to c_func_curr as the functional