DBA Data[Home] [Help]

APPS.HR_SE_EMPLOYEE_API dependencies on PER_BUSINESS_GROUPS

Line 129: FROM per_business_groups pbg

125:
126: --
127: CURSOR csr_bg IS
128: SELECT legislation_code
129: FROM per_business_groups pbg
130: WHERE pbg.business_group_id = p_business_group_id;
131: --
132: BEGIN
133: hr_utility.set_location('Entering:'|| l_proc, 10);