DBA Data[Home] [Help]

APPS.BEN_COP_BUS dependencies on PER_BUSINESS_GROUPS

Line 2928: from per_business_groups a,

2924: -- Declare cursor
2925: --
2926: cursor csr_leg_code is
2927: select a.legislation_code
2928: from per_business_groups a,
2929: ben_oipl_f b
2930: where b.oipl_id = p_oipl_id
2931: and a.business_group_id = b.business_group_id;
2932: --