DBA Data[Home] [Help]

APPS.HR_ES_EMPLOYEE_API dependencies on PER_BUSINESS_GROUPS

Line 162: from per_business_groups pbg

158: l_legislation_code varchar2(2);
159: --
160: cursor csr_bg is
161: select legislation_code
162: from per_business_groups pbg
163: where pbg.business_group_id = p_business_group_id;
164: --
165: begin
166: hr_utility.set_location('Entering:'|| l_proc, 5);