DBA Data[Home] [Help]

APPS.PER_VGR_BUS dependencies on PER_BUSINESS_GROUPS

Line 1022: from per_business_groups pbg

1018: -- Cursor to find legislation code
1019: --
1020: cursor csr_leg_code is
1021: select pbg.legislation_code
1022: from per_business_groups pbg
1023: , per_valid_grades pvg
1024: where pvg.valid_grade_id = p_valid_grade_id
1025: and pbg.business_group_id = pvg.business_group_id;
1026: --