DBA Data[Home] [Help]

APPS.BEN_DISTRIBUTE_RATES dependencies on PER_BUSINESS_GROUPS

Line 5126: from per_business_groups pbg

5122: l_acty_base_rt_id NUMBER;
5123: --
5124: cursor c_legislation_code is
5125: select pbg.legislation_code
5126: from per_business_groups pbg
5127: where pbg.business_group_id = p_business_group_id;
5128: --
5129: l_legislation_code varchar2(30);
5130: --