DBA Data[Home] [Help]

APPS.BEN_LAR_BUS dependencies on PER_BUSINESS_GROUPS

Line 930: from per_business_groups a,

926: -- Declare cursor
927: --
928: cursor csr_leg_code is
929: select a.legislation_code
930: from per_business_groups a,
931: ben_loa_rsn_rt_f b
932: where b.loa_rsn_rt_id = p_loa_rsn_rt_id
933: and a.business_group_id = b.business_group_id;
934: --