DBA Data[Home] [Help]

APPS.HR_SG_EMPLOYEE_API dependencies on PER_BUSINESS_GROUPS

Line 184: FROM per_business_groups pbg

180:
181: --
182: CURSOR csr_bg IS
183: SELECT legislation_code
184: FROM per_business_groups pbg
185: WHERE pbg.business_group_id = p_business_group_id;
186: --
187: BEGIN
188: hr_utility.set_location('Entering:'|| l_proc, 10);