DBA Data[Home] [Help]

APPS.PER_RSC_BUS dependencies on PER_BUSINESS_GROUPS

Line 898: from per_business_groups pbg,

894: -- Declare cursor
895: --
896: cursor csr_leg_code is
897: select legislation_code
898: from per_business_groups pbg,
899: per_rating_scales prs
900: where prs.rating_scale_id = p_rating_scale_id
901: and pbg.business_group_id = prs.business_group_id;
902: