DBA Data[Home] [Help]

APPS.HR_US_W2_MT dependencies on PAY_US_EMPLOYEE_PAYSLIP_WEB

Line 97: pay_us_employee_payslip_web.

93: action_creation_for_ee. We do not print paper
94: W2 for employee who have opted not to receive a
95: paper W2.
96: 115.28 29-SEP-03 meshah backed out the call to
97: pay_us_employee_payslip_web.
98: 115.29 03-OCT-03 meshah changed the c_actions_no_selection cursor for
99: ee and er for performance reason.
100: 115.30 20-JUL-2004 asasthan NO CODE CHANGES Only comments have been added
101: BUG: 3343607, 3624090

Line 537: if pay_us_employee_payslip_web.get_doc_eit('W-2',

533: hr_utility.trace('In the c_actions_no_selection%notfound in action cursor');
534: exit;
535: end if;
536:
537: if pay_us_employee_payslip_web.get_doc_eit('W-2',
538: 'PRINT',
539: 'ASSIGNMENT',
540: assignid,
541: l_effective_end_date) = 'Y' then

Line 659: if pay_us_employee_payslip_web.get_doc_eit('W-2',

655: hr_utility.trace('In the c_actions_with_location%notfound in action cursor');
656: exit;
657: end if;
658:
659: if pay_us_employee_payslip_web.get_doc_eit('W-2',
660: 'PRINT',
661: 'ASSIGNMENT',
662: assignid,
663: l_effective_end_date) = 'Y' then

Line 784: if pay_us_employee_payslip_web.get_doc_eit('W-2',

780: hr_utility.trace('In the c_actions_with_org%notfound in action cursor');
781: exit;
782: end if;
783:
784: if pay_us_employee_payslip_web.get_doc_eit('W-2',
785: 'PRINT',
786: 'ASSIGNMENT',
787: assignid,
788: l_effective_end_date) = 'Y' then

Line 867: if pay_us_employee_payslip_web.get_doc_eit('W-2',

863: hr_utility.trace('In the c_actions_with_person%notfound in action cursor');
864: exit;
865: end if;
866:
867: if pay_us_employee_payslip_web.get_doc_eit('W-2',
868: 'PRINT',
869: 'ASSIGNMENT',
870: assignid,
871: l_effective_end_date) = 'Y' then

Line 1184: if pay_us_employee_payslip_web.get_doc_eit('W-2',

1180: hr_utility.trace('In the c_actions_with_state%notfound in action cursor');
1181: exit;
1182: end if;
1183:
1184: if pay_us_employee_payslip_web.get_doc_eit('W-2',
1185: 'PRINT',
1186: 'ASSIGNMENT',
1187: assignid,
1188: l_effective_end_date) = 'Y' then

Line 1299: if pay_us_employee_payslip_web.get_doc_eit('W-2',

1295: hr_utility.trace('In the c_actions_with_assign_set%notfound in action cursor');
1296: exit;
1297: end if;
1298:
1299: if pay_us_employee_payslip_web.get_doc_eit('W-2',
1300: 'PRINT',
1301: 'ASSIGNMENT',
1302: assignid,
1303: l_effective_end_date) = 'Y' then