DBA Data[Home] [Help]

APPS.HR_RU_EMPLOYEE_API dependencies on PER_BUSINESS_GROUPS

Line 146: from per_business_groups pbg

142: l_legislation_code varchar2(2);
143: --
144: cursor csr_bg is
145: select legislation_code
146: from per_business_groups pbg
147: where pbg.business_group_id = p_business_group_id;
148: --
149: begin
150: