[Home] [Help]
APPS.OKE_DTS_INTEGRATION_PKG dependencies on HR_LOCATIONS_ALL_TL
Line 1755: , hr_locations_all_tl L
1751: CURSOR c_ship (p_id number) IS
1752: SELECT D.ship_from_location_id
1753: , L.location_code ship_from_location
1754: FROM oke_k_deliverables_b D
1755: , hr_locations_all_tl L
1756: WHERE D.deliverable_id = p_id
1757: AND L.location_id = D.ship_from_location_id
1758: AND L.language = userenv('LANG');
1759: -- srec c_ship%rowtype;