DBA Data[Home] [Help]

APPS.HR_FR_EMPLOYEE_API dependencies on PER_BUSINESS_GROUPS

Line 113: from per_business_groups pbg

109: l_legislation_code varchar2(2);
110: --
111: cursor csr_bg is
112: select legislation_code
113: from per_business_groups pbg
114: where pbg.business_group_id = p_business_group_id;
115: --
116: begin
117: hr_utility.set_location('Entering:'|| l_proc, 5);