DBA Data[Home] [Help]

APPS.BEN_CMD_BUS dependencies on PER_BUSINESS_GROUPS

Line 579: from per_business_groups a,

575: -- Declare cursor
576: --
577: cursor csr_leg_code is
578: select a.legislation_code
579: from per_business_groups a,
580: ben_cm_dlvry_med_typ b
581: where b.cm_dlvry_med_typ_id = p_cm_dlvry_med_typ_id
582: and a.business_group_id = b.business_group_id;
583: --