52: to the earnings calculation for A_WAGES
53: not deductions.
54: 115.23 17-DEC-02 fusman 2380518 Changed the hr_locations to hr_locations_all for
55: Employer address.
56: 115.24 18-JUL-02 kthirmiy 2465183 Changed from p_per_item per_people_f.
57: middle_names%type
58: to per_people_f.first_name%type
59: for bug 2465183 because of UTF8 the length
60: has been increased
54: 115.23 17-DEC-02 fusman 2380518 Changed the hr_locations to hr_locations_all for
55: Employer address.
56: 115.24 18-JUL-02 kthirmiy 2465183 Changed from p_per_item per_people_f.
57: middle_names%type
58: to per_people_f.first_name%type
59: for bug 2465183 because of UTF8 the length
60: has been increased
61: 115.25 06-AUG-02 ppanda 2145804 Procedure get_county_tax_info added
62: 2207317 Procedures fetches County Tax info for
1312: and fdi.user_entity_id = fai.user_entity_id
1313: and fai.context1 = w2_assignment_action_id;
1314:
1315: -- changed from
1316: -- p_per_item per_people_f.middle_names%type;
1317: -- for bug 2465183 because of UTF8 the length has been
1318: -- increased
1319:
1320: p_per_item per_people_f.last_name%type;
1316: -- p_per_item per_people_f.middle_names%type;
1317: -- for bug 2465183 because of UTF8 the length has been
1318: -- increased
1319:
1320: p_per_item per_people_f.last_name%type;
1321:
1322: begin
1323:
1324: OPEN c_per_item;