DBA Data[Home] [Help]

APPS.HR_BE_EMPLOYEE_API dependencies on PER_BUSINESS_GROUPS

Line 131: from per_business_groups pbg

127: l_legislation_code varchar2(2);
128: --
129: cursor csr_bg is
130: select legislation_code
131: from per_business_groups pbg
132: where pbg.business_group_id = p_business_group_id;
133: --
134: begin
135: hr_utility.set_location('Entering:'|| l_proc, 5);