DBA Data[Home] [Help]

APPS.PER_APT_BUS dependencies on PER_BUSINESS_GROUPS

Line 2040: from per_business_groups pbg,

2036: -- Declare cursor
2037:
2038: cursor csr_leg_code is
2039: select legislation_code
2040: from per_business_groups pbg,
2041: per_appraisal_templates pat
2042: where pat.appraisal_template_id = p_appraisal_template_id
2043: and pbg.business_group_id = pat.business_group_id;
2044: