DBA Data[Home] [Help]

APPS.HR_US_W2_REP dependencies on PER_PEOPLE_F

Line 56: 115.24 18-JUL-02 kthirmiy 2465183 Changed from p_per_item per_people_f.

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

Line 58: to per_people_f.first_name%type

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

Line 1201: -- p_per_item per_people_f.middle_names%type;

1197: and fdi.user_entity_id = fai.user_entity_id
1198: and fai.context1 = w2_assignment_action_id;
1199:
1200: -- changed from
1201: -- p_per_item per_people_f.middle_names%type;
1202: -- for bug 2465183 because of UTF8 the length has been
1203: -- increased
1204:
1205: p_per_item per_people_f.last_name%type;

Line 1205: p_per_item per_people_f.last_name%type;

1201: -- p_per_item per_people_f.middle_names%type;
1202: -- for bug 2465183 because of UTF8 the length has been
1203: -- increased
1204:
1205: p_per_item per_people_f.last_name%type;
1206:
1207: begin
1208:
1209: OPEN c_per_item;