DBA Data[Home] [Help]

APPS.PER_APR_BUS dependencies on PER_BUSINESS_GROUPS

Line 2814: from per_business_groups pbg,

2810: -- Declare cursor
2811:
2812: cursor csr_leg_code is
2813: select legislation_code
2814: from per_business_groups pbg,
2815: per_appraisals pap
2816: where pap.appraisal_id = p_appraisal_id
2817: and pbg.business_group_id = pap.business_group_id;
2818: