DBA Data[Home] [Help]

APPS.PER_VGR_BUS dependencies on PER_BUSINESS_GROUPS

Line 1005: from per_business_groups pbg

1001: -- Cursor to find legislation code
1002: --
1003: cursor csr_leg_code is
1004: select pbg.legislation_code
1005: from per_business_groups pbg
1006: , per_valid_grades pvg
1007: where pvg.valid_grade_id = p_valid_grade_id
1008: and pbg.business_group_id = pvg.business_group_id;
1009: --