DBA Data[Home] [Help]

APPS.HR_IT_EMPLOYEE_API dependencies on PER_BUSINESS_GROUPS

Line 124: from per_business_groups pbg

120: l_legislation_code varchar2(2);
121: --
122: cursor csr_bg is
123: select legislation_code
124: from per_business_groups pbg
125: where pbg.business_group_id = p_business_group_id;
126: --
127: begin
128: hr_utility.set_location('Entering:'|| l_proc, 5);