DBA Data[Home] [Help]

APPS.PAY_CA_WF_PKG dependencies on PAY_PAYROLL_ACTIONS

Line 1055: from pay_payroll_actions

1051:
1052: begin
1053: select fnd_date.date_to_chardate(effective_date)||'('||to_char(request_id)||')'
1054: into lv_payroll_process
1055: from pay_payroll_actions
1056: where payroll_action_id = to_number(p_payroll_process);
1057:
1058: hr_utility.trace('lv_payroll_process = ' || lv_payroll_process);
1059: