DBA Data[Home] [Help]

APPS.HR_NL_EMPLOYEE_API dependencies on PER_BUSINESS_GROUPS

Line 147: from per_business_groups pbg

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