DBA Data[Home] [Help]

APPS.JAI_AR_RCTLA_TRIGGER_PKG dependencies on HR_LOCATIONS

Line 6026: FROM hr_locations hl,

6022:
6023:
6024: CURSOR get_loc_cur IS
6025: SELECT hl.location_id
6026: FROM hr_locations hl,
6027: JAI_CMN_INVENTORY_ORGS jcio
6028: WHERE hl.location_id = jcio.location_id
6029: AND jcio.organization_id = pr_new.warehouse_id;
6030: