DBA Data[Home] [Help]

APPS.HR_SA_EMPLOYEE_API dependencies on PER_BUSINESS_GROUPS

Line 134: FROM per_business_groups pbg

130:
131: --
132: CURSOR csr_bg IS
133: SELECT legislation_code
134: FROM per_business_groups pbg
135: WHERE pbg.business_group_id = p_business_group_id;
136: --
137: BEGIN
138: hr_utility.set_location('Entering:'|| l_proc, 10);