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 546: if nvl(pay_us_employee_payslip_web.get_doc_eit('W-2',

542: hr_utility.trace('In the c_actions_no_selection%notfound in action cursor');
543: exit;
544: end if;
545:
546: if nvl(pay_us_employee_payslip_web.get_doc_eit('W-2',
547: 'PRINT',
548: 'ASSIGNMENT',
549: assignid,
550: l_effective_end_date),'Y') = 'Y' then --13057456

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

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

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

773: hr_utility.trace('In the c_actions_with_org%notfound in action cursor');
774: exit;
775: end if;
776:
777: if nvl(pay_us_employee_payslip_web.get_doc_eit('W-2',
778: 'PRINT',
779: 'ASSIGNMENT',
780: assignid,
781: l_effective_end_date),'Y') = 'Y' then --13057456

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

856: hr_utility.trace('In the c_actions_with_person%notfound in action cursor');
857: exit;
858: end if;
859:
860: if nvl(pay_us_employee_payslip_web.get_doc_eit('W-2',
861: 'PRINT',
862: 'ASSIGNMENT',
863: assignid,
864: l_effective_end_date),'Y') = 'Y' then --13057456

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

1173: hr_utility.trace('In the c_actions_with_state%notfound in action cursor');
1174: exit;
1175: end if;
1176:
1177: if nvl(pay_us_employee_payslip_web.get_doc_eit('W-2',
1178: 'PRINT',
1179: 'ASSIGNMENT',
1180: assignid,
1181: l_effective_end_date),'Y') = 'Y' then --13057456

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

1288: hr_utility.trace('In the c_actions_with_assign_set%notfound in action cursor');
1289: exit;
1290: end if;
1291:
1292: if nvl(pay_us_employee_payslip_web.get_doc_eit('W-2',
1293: 'PRINT',
1294: 'ASSIGNMENT',
1295: assignid,
1296: l_effective_end_date),'Y') = 'Y' then --13057456