DBA Data[Home] [Help]

APPS.HR_ELC_RESULT_API dependencies on PER_JOBS

Line 46: from per_jobs

42: --
43: -- Cusor to get the job_group_id for the given job_id
44: cursor c_get_job_group_id is
45: select job_group_id
46: from per_jobs
47: where job_id = p_job_id;
48: ---
49: begin
50: hr_utility.set_location('Entering:'|| l_proc, 10);

Line 175: from per_jobs

171: --
172: -- Cusor to get the job_group_id for the given job_id
173: cursor c_get_job_group_id is
174: select job_group_id
175: from per_jobs
176: where job_id = p_job_id;
177: ---
178: begin
179: hr_utility.set_location('Entering:'|| l_proc, 10);