DBA Data[Home] [Help]

APPS.PER_AST_BUS dependencies on PER_BUSINESS_GROUPS

Line 2035: from per_business_groups pbg,

2031: -- Declare cursor
2032: --
2033: cursor csr_leg_code is
2034: select legislation_code
2035: from per_business_groups pbg,
2036: per_assessment_types pat
2037: where pat.assessment_type_id = p_assessment_type_id
2038: and pbg.business_group_id = pat.business_group_id;
2039: