DBA Data[Home] [Help]

APPS.HR_HU_EMPLOYEE_API dependencies on PER_BUSINESS_GROUPS

Line 164: from per_business_groups pbg

160:
161:
162: cursor csr_bg is
163: select legislation_code
164: from per_business_groups pbg
165: where pbg.business_group_id = p_business_group_id;
166: --
167: begin
168: hr_utility.set_location('Entering:'|| l_proc, 5);