DBA Data[Home] [Help]

APPS.BEN_ELP_BUS dependencies on PER_BUSINESS_GROUPS

Line 1817: from per_business_groups a,

1813: -- Declare cursor
1814: --
1815: cursor csr_leg_code is
1816: select a.legislation_code
1817: from per_business_groups a,
1818: ben_eligy_prfl_f b
1819: where b.eligy_prfl_id = p_eligy_prfl_id
1820: and a.business_group_id = b.business_group_id;
1821: --