DBA Data[Home] [Help]

APPS.BEN_DISTRIBUTE_RATES dependencies on PER_BUSINESS_GROUPS

Line 4791: from per_business_groups pbg

4787: l_acty_base_rt_id NUMBER;
4788: --
4789: cursor c_legislation_code is
4790: select pbg.legislation_code
4791: from per_business_groups pbg
4792: where pbg.business_group_id = p_business_group_id;
4793: --
4794: l_legislation_code varchar2(30);
4795: --