DBA Data[Home] [Help]

APPS.BEN_CTU_BUS dependencies on PER_BUSINESS_GROUPS

Line 593: from per_business_groups a,

589: -- Declare cursor
590: --
591: cursor csr_leg_code is
592: select a.legislation_code
593: from per_business_groups a,
594: ben_cm_typ_usg_f b
595: where b.cm_typ_usg_id = p_cm_typ_usg_id
596: and a.business_group_id = b.business_group_id;
597: --