DBA Data[Home] [Help]

APPS.BEN_CMT_BUS dependencies on PER_BUSINESS_GROUPS

Line 582: from per_business_groups a,

578: -- Declare cursor
579: --
580: cursor csr_leg_code is
581: select a.legislation_code
582: from per_business_groups a,
583: ben_cm_dlvry_mthd_typ b
584: where b.cm_dlvry_mthd_typ_id = p_cm_dlvry_mthd_typ_id
585: and a.business_group_id = b.business_group_id;
586: --