DBA Data[Home] [Help]

APPS.EC_INBOUND_STAGE dependencies on HR_LOCATIONS

Line 1237: hr_locations hrl,

1233: )
1234: IS
1235: select tp_code
1236: from ece_tp_details td,
1237: hr_locations hrl,
1238: ece_tp_headers th
1239: where td.translator_code = i_translator_code and
1240: hrl.ece_tp_location_code = i_location_code and
1241: hrl.tp_header_id = td.tp_header_id and