DBA Data[Home] [Help]

APPS.PAY_CA_EOY_RL1_AMEND_REG dependencies on PAY_US_EMPLOYEE_PAYSLIP_WEB

Line 983: if nvl(pay_us_employee_payslip_web.get_doc_eit('RL1PDF',

979:
980: /* Create an assignment action for this person */
981:
982:
983: if nvl(pay_us_employee_payslip_web.get_doc_eit('RL1PDF',
984: 'PRINT',
985: 'ASSIGNMENT',
986: ln_primary_assignment_id,
987: l_effective_end_date),'Y') = 'Y' then

Line 1040: end if; --pay_us_employee_payslip_web.get_doc_eit

1036:
1037: hr_utility.trace('Locking Action'||ln_rl1_amend_reg_asg_action);
1038: hr_utility.trace('ln_serial_number :' || ln_serial_number);
1039: hr_utility.trace('Locked Action = ' || to_char(ln_asg_act_to_lock));
1040: end if; --pay_us_employee_payslip_web.get_doc_eit
1041:
1042: end if; -- lv_prov_amend_flag = 'Y'
1043:
1044: end if; -- c_get_prov_amend_flag%FOUND

Line 1391: if nvl(pay_us_employee_payslip_web.get_doc_eit('RL1PDF',

1387:
1388: hr_utility.trace('get_reprint_rl1_amend_dtls found ');
1389: hr_utility.trace('Report Type: '||lv_report_type);
1390:
1391: if nvl(pay_us_employee_payslip_web.get_doc_eit('RL1PDF',
1392: 'PRINT',
1393: 'ASSIGNMENT',
1394: ln_primary_assignment_id,
1395: l_effective_end_date),'Y') = 'Y' then

Line 1425: end if; --pay_us_employee_payslip_web.get_doc_eit

1421: update pay_assignment_actions aa
1422: set aa.serial_number = ln_serial_number
1423: where aa.assignment_action_id = ln_rl1_amend_reg_asg_action;
1424:
1425: end if; --pay_us_employee_payslip_web.get_doc_eit
1426:
1427: end if; -- lv_amend_flag = 'Y' condition
1428:
1429: end if; -- c_get_prov_amend_flag%found condition