DBA Data[Home] [Help]

APPS.HR_NO_JOB_API dependencies on PER_BUSINESS_GROUPS

Line 89: from per_business_groups pbg

85: l_legislation_code varchar2(2);
86: --
87: cursor csr_bg is
88: select legislation_code
89: from per_business_groups pbg
90: where pbg.business_group_id = p_business_group_id;
91: --
92: begin
93: hr_utility.set_location('Entering:'|| l_proc, 5);

Line 277: from per_business_groups pbg

273: l_legislation_code varchar2(2);
274: --
275: cursor csr_bg is
276: select legislation_code
277: from per_business_groups pbg
278: where pbg.business_group_id in (select pj.business_group_id
279: from per_jobs_v pj
280: where pj.job_id = p_job_id);
281: --