DBA Data[Home] [Help]

APPS.PAY_CA_WF_PKG dependencies on PAY_PAYROLL_ACTIONS

Line 1333: from pay_payroll_actions

1329:
1330: begin
1331: select fnd_date.date_to_chardate(effective_date)||'('||to_char(request_id)||')'
1332: into lv_payroll_process
1333: from pay_payroll_actions
1334: where payroll_action_id = to_number(p_payroll_process);
1335:
1336: hr_utility.trace('lv_payroll_process = ' || lv_payroll_process);
1337:

Line 3469: from pay_payroll_actions

3465:
3466: begin
3467: select fnd_date.date_to_chardate(effective_date)||'('||to_char(request_id)||')'
3468: into lv_payroll_process
3469: from pay_payroll_actions
3470: where payroll_action_id = to_number(p_payroll_process);
3471:
3472: hr_utility.trace('lv_payroll_process = ' || lv_payroll_process);
3473: