DBA Data[Home] [Help]

APPS.PAY_FLOW_REQUESTS_PKG dependencies on FND_DATE

Line 576: start_time => fnd_date.date_to_canonical(sysdate),

572: l_fnd_request_id := fnd_request.submit_request(
573: application => 'PAY',
574: program => 'PYINVREQ',
575: description => null,
576: start_time => fnd_date.date_to_canonical(sysdate),
577: sub_request => null,
578: argument1 => p_request_id);
579:
580: update_process_status(p_request_id, l_fnd_request_id);