DBA Data[Home] [Help]

APPS.BEN_LRN_BUS dependencies on PER_BUSINESS_GROUPS

Line 678: from per_business_groups a,

674: -- Declare cursor
675: --
676: cursor csr_leg_code is
677: select a.legislation_code
678: from per_business_groups a,
679: ben_lvg_rsn_rt_f b
680: where b.lvg_rsn_rt_id = p_lvg_rsn_rt_id
681: and a.business_group_id = b.business_group_id;
682: --