DBA Data[Home] [Help]

APPS.BEN_LEN_BUS dependencies on PER_BUSINESS_GROUPS

Line 2173: from per_business_groups a,

2169: -- Declare cursor
2170: --
2171: cursor csr_leg_code is
2172: select a.legislation_code
2173: from per_business_groups a,
2174: ben_lee_rsn_f b
2175: where b.lee_rsn_id = p_lee_rsn_id
2176: and a.business_group_id = b.business_group_id;
2177: --