DBA Data[Home] [Help]

APPS.PAY_VOID_REVERSAL_PKG dependencies on FND_REQUEST

Line 245: l_request_id := fnd_request.submit_request (

241: -- fnd_date.date_to_canonical(to_date(p_effective_date,'DD-MM-YYYY'))
242: -- use this for number conversion
243: -- to_number(check_details_rec.start_cheque_number,'9999999999999999')
244:
245: l_request_id := fnd_request.submit_request (
246: application => 'PAY',
247: program => 'US_CHECK_OVERRIDE_PAYMENT',
248: description => null,
249: start_time => fnd_date.date_to_canonical(sysdate),

Line 396: l_request_id := fnd_request.submit_request (

392: end if;
393:
394:
395: -- Submit the SRS request
396: l_request_id := fnd_request.submit_request (
397: application => 'PAY',
398: program => 'PYVDUSPY',
399: description => null,
400: start_time => fnd_date.date_to_canonical(sysdate),

Line 498: l_request_id := fnd_request.submit_request (

494:
495: hr_utility.set_location(l_proc, 20);
496:
497:
498: l_request_id := fnd_request.submit_request (
499: application => 'PAY',
500: program => 'PYEXMNPT',
501: description => null,
502: start_time => fnd_date.date_to_canonical(sysdate),

Line 645: l_request_id := fnd_request.submit_request (

641: l_already_ran := 'N';
642: end;
643:
644: if l_already_ran = 'N' then
645: l_request_id := fnd_request.submit_request (
646: application => 'PAY',
647: program => 'PYREVPAY',
648: description => null,
649: start_time => fnd_date.date_to_canonical(sysdate),