DBA Data[Home] [Help]

APPS.HR_LOC_BUS dependencies on PER_BUSINESS_GROUPS

Line 51: FROM per_business_groups

47: -- business_group_id is allowed to be NULL.
48: --
49: cursor csr_leg_code IS
50: SELECT legislation_code
51: FROM per_business_groups
52: WHERE business_group_id = l_business_group_id;
53: --
54: BEGIN
55: --