DBA Data[Home] [Help]

APPS.HR_ES_APPLICANT_API dependencies on PER_BUSINESS_GROUPS

Line 144: from per_business_groups pbg

140: l_legislation_code varchar2(2);
141: --
142: cursor csr_bg is
143: select legislation_code
144: from per_business_groups pbg
145: where pbg.business_group_id = p_business_group_id;
146: --
147: begin
148: hr_utility.set_location('Entering:'|| l_proc, 5);