DBA Data[Home] [Help]

APPS.PAY_PAYROLL_ACTIONS_PKG dependencies on FND_DATE

Line 452: select fnd_date.date_to_canonical(pacc.effective_date)||'-'||to_char(pacv.start_cheque_number)

448: -- ChequeWriter run is not kept on the void payroll action record.
449: -- Instead it has to be retrieved through the interlock records it retrieves.
450: --
451: cursor get_void_chq is
452: select fnd_date.date_to_canonical(pacc.effective_date)||'-'||to_char(pacv.start_cheque_number)
453: ||'-'||to_char(pacv.end_cheque_number)
454: from pay_payroll_actions pacc,
455: pay_payroll_actions pacv
456: where pacv.payroll_action_id = p_payroll_action_id