DBA Data[Home] [Help]

APPS.HR_CAU_BUS dependencies on HR_LOCATIONS

Line 385: from hr_locations

381: --
382: -- Check for a valid location id
383: --
384: select 1
385: from hr_locations
386: where location_id = p_primary_key_value
387: and p_start_date < nvl (inactive_date, hr_general.end_of_time);
388: --
389: cursor csr_job is