DBA Data[Home] [Help]

APPS.BEN_CLA_BUS dependencies on PER_BUSINESS_GROUPS

Line 560: from per_business_groups a,

556: -- Declare cursor
557: --
558: cursor csr_leg_code is
559: select a.legislation_code
560: from per_business_groups a,
561: ben_cmbn_age_los_fctr b
562: where b.cmbn_age_los_fctr_id = p_cmbn_age_los_fctr_id
563: and a.business_group_id = b.business_group_id;
564: --