DBA Data[Home] [Help]

APPS.JAI_CMN_MTAX_PKG dependencies on HR_LOCATIONS

Line 418: FROM hr_locations

414: */
415:
416: CURSOR c_inv_organization(p_location_id IN NUMBER) IS
417: SELECT inventory_organization_id
418: FROM hr_locations
419: WHERE location_id = p_location_id;
420:
421: /* Bug 5243532. Added by Lakshmi Gopalsami
422: * Removed the reference to c_func_curr as the functional