DBA Data[Home] [Help]

APPS.BEN_ELP_BUS dependencies on PER_BUSINESS_GROUPS

Line 1792: from per_business_groups a,

1788: -- Declare cursor
1789: --
1790: cursor csr_leg_code is
1791: select a.legislation_code
1792: from per_business_groups a,
1793: ben_eligy_prfl_f b
1794: where b.eligy_prfl_id = p_eligy_prfl_id
1795: and a.business_group_id = b.business_group_id;
1796: --