DBA Data[Home] [Help]

APPS.HR_CA_EMPLOYEE_API dependencies on PER_BUSINESS_GROUPS

Line 132: from per_business_groups pbg

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