DBA Data[Home] [Help]

APPS.PAY_PAYWSQEE_PKG dependencies on FND_REQUEST

Line 691: v_request_id := fnd_request.submit_request (

687: close csr_pay_acts;
688: --
689: if p_mode = 'PURGE' then
690: --
691: v_request_id := fnd_request.submit_request (
692: --
693: 'PER',
694: 'PAYLINK(PURGE)',
695: null,

Line 703: v_request_id := fnd_request.submit_request (

699: 'PURGE',
700: p_batch_id);
701: --
702: elsif p_mode = 'ROLLBACK' and v_pac_id is not null then
703: v_request_id := fnd_request.submit_request (
704: --
705: 'PAY',
706: 'ROLLBACK',
707: null,

Line 715: v_request_id := fnd_request.submit_request (

711: v_pac_id,
712: null);
713: --
714: elsif p_mode = 'TRANSFER' and v_pac_id is not null then
715: v_request_id := fnd_request.submit_request (
716: --
717: 'PAY',
718: 'RETRY',
719: null,

Line 735: v_request_id := fnd_request.submit_request (

731: if l_default_parameter_group_id is null
732: then
733: l_default_parameter_group_id := p_act_parameter_group_id ;
734: end if;
735: v_request_id := fnd_request.submit_request (
736: --
737: 'PER',
738: 'PAYLINK',
739: null,

Line 1119: v_request_id := fnd_request.submit_request(

1115: v_request_id number := 0;
1116: --
1117: begin
1118: --
1119: v_request_id := fnd_request.submit_request(
1120: 'PAY',
1121: 'PYCBTC',
1122: null,
1123: null,