DBA Data[Home] [Help]

APPS.PAY_US_USER_INIT_DEDN dependencies on BEN_BENEFIT_CLASSIFICATIONS

Line 204: l_ben_class_name ben_benefit_classifications.benefit_classification_name%type;

200: -- Bug# 4676867: Impact of Roth on Involuntary Deductions
201: l_ele_information1 varchar2(100) ;
202: l_relative_processing_priority number(15) ;
203:
204: l_ben_class_name ben_benefit_classifications.benefit_classification_name%type;
205: type r_temp_var is record
206: (sub_name pay_element_types_f.element_name%type);
207: type t_temp_var is table of r_temp_var
208: index by binary_integer;

Line 274: from ben_benefit_classifications

270: -- Get the benefit classification name
271: --
272: cursor c_ben_class (l_ben_class_id in varchar2) is
273: select benefit_classification_name
274: from ben_benefit_classifications
275: where benefit_classification_id = l_ben_class_id
276: and legislation_code = 'US';
277: --
278: -- Pre Tax Arrearage