DBA Data[Home] [Help]

APPS.EAM_ASSET_LOG_PVT dependencies on HR_LOCATIONS_ALL

Line 842: FROM hr_locations_all hrl

838: ||','
839: ||hrl.postal_code
840: ||','
841: ||hrl.country
842: FROM hr_locations_all hrl
843: WHERE hrl.location_id = ciih.old_location_id),
844: 'INTERNAL_SITE', (SELECT hrl.address_line_1
845: ||','
846: ||hrl.address_line_2

Line 855: FROM hr_locations_all hrl

851: ||','
852: ||hrl.postal_code
853: ||','
854: ||hrl.country
855: FROM hr_locations_all hrl
856: WHERE hrl.location_id = ciih.old_location_id),
857: 'WIP', (SELECT hz.address1
858: ||','
859: ||hz.address2

Line 1000: FROM hr_locations_all hrl

996: ||','
997: ||hrl.postal_code
998: ||','
999: ||hrl.country
1000: FROM hr_locations_all hrl
1001: WHERE hrl.location_id = ciih.new_location_id),
1002: 'INTERNAL_SITE', (SELECT hrl.address_line_1
1003: ||','
1004: ||hrl.address_line_2

Line 1013: FROM hr_locations_all hrl

1009: ||','
1010: ||hrl.postal_code
1011: ||','
1012: ||hrl.country
1013: FROM hr_locations_all hrl
1014: WHERE hrl.location_id = ciih.new_location_id),
1015: 'WIP', (SELECT hz.address1
1016: ||','
1017: ||hz.address2