DBA Data[Home] [Help]

APPS.BEN_PCM_BUS dependencies on PER_BUSINESS_GROUPS

Line 528: from per_business_groups a,

524: -- Declare cursor
525: --
526: cursor csr_leg_code is
527: select a.legislation_code
528: from per_business_groups a,
529: ben_per_cm_f b
530: where b.per_cm_id = p_per_cm_id
531: and a.business_group_id = b.business_group_id;
532: --