DBA Data[Home] [Help]

APPS.HR_DE_EMPLOYEE_API dependencies on PER_BUSINESS_GROUPS

Line 130: from per_business_groups pbg

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