DBA Data[Home] [Help]

APPS.AR_PREPAYMENTS_PUB dependencies on IBY_FNDCPT_TRXN_PUB

Line 222: l_payee_rec IBY_FNDCPT_TRXN_PUB.PayeeContext_rec_type;

218: /* END DECLARE the variables required for the payment engine (CPY ) all the REC TYPES */
219: /* DECLARE the variables required for the payment engine (CPY AND AUTH) all the REC TYPES */
220:
221: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
222: l_payee_rec IBY_FNDCPT_TRXN_PUB.PayeeContext_rec_type;
223: l_trxn_entity_id NUMBER;
224: l_auth_attribs_rec IBY_FNDCPT_TRXN_PUB.AuthAttribs_rec_type;
225: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;
226: l_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_rec_type;

Line 224: l_auth_attribs_rec IBY_FNDCPT_TRXN_PUB.AuthAttribs_rec_type;

220:
221: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
222: l_payee_rec IBY_FNDCPT_TRXN_PUB.PayeeContext_rec_type;
223: l_trxn_entity_id NUMBER;
224: l_auth_attribs_rec IBY_FNDCPT_TRXN_PUB.AuthAttribs_rec_type;
225: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;
226: l_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_rec_type;
227: l_authresult_rec IBY_FNDCPT_TRXN_PUB.AuthResult_rec_type; /* OUT AUTH RESULT STRUCTURE */
228: l_response_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type; /* OUT RESPONSE STRUCTURE */

Line 225: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;

221: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
222: l_payee_rec IBY_FNDCPT_TRXN_PUB.PayeeContext_rec_type;
223: l_trxn_entity_id NUMBER;
224: l_auth_attribs_rec IBY_FNDCPT_TRXN_PUB.AuthAttribs_rec_type;
225: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;
226: l_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_rec_type;
227: l_authresult_rec IBY_FNDCPT_TRXN_PUB.AuthResult_rec_type; /* OUT AUTH RESULT STRUCTURE */
228: l_response_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type; /* OUT RESPONSE STRUCTURE */
229: l_entity_id NUMBER; -- OUT FROM COPY

Line 226: l_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_rec_type;

222: l_payee_rec IBY_FNDCPT_TRXN_PUB.PayeeContext_rec_type;
223: l_trxn_entity_id NUMBER;
224: l_auth_attribs_rec IBY_FNDCPT_TRXN_PUB.AuthAttribs_rec_type;
225: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;
226: l_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_rec_type;
227: l_authresult_rec IBY_FNDCPT_TRXN_PUB.AuthResult_rec_type; /* OUT AUTH RESULT STRUCTURE */
228: l_response_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type; /* OUT RESPONSE STRUCTURE */
229: l_entity_id NUMBER; -- OUT FROM COPY
230: /* END DECLARE the variables required for the payment engine (AUTH) all the REC TYPES */

Line 227: l_authresult_rec IBY_FNDCPT_TRXN_PUB.AuthResult_rec_type; /* OUT AUTH RESULT STRUCTURE */

223: l_trxn_entity_id NUMBER;
224: l_auth_attribs_rec IBY_FNDCPT_TRXN_PUB.AuthAttribs_rec_type;
225: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;
226: l_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_rec_type;
227: l_authresult_rec IBY_FNDCPT_TRXN_PUB.AuthResult_rec_type; /* OUT AUTH RESULT STRUCTURE */
228: l_response_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type; /* OUT RESPONSE STRUCTURE */
229: l_entity_id NUMBER; -- OUT FROM COPY
230: /* END DECLARE the variables required for the payment engine (AUTH) all the REC TYPES */
231:

Line 608: IBY_FNDCPT_TRXN_PUB.Create_Authorization(

604:
605: arp_standard.debug( 'Calling get_auth for pmt_trxn_extn_id ');
606: END IF;
607:
608: IBY_FNDCPT_TRXN_PUB.Create_Authorization(
609: p_api_version => 1.0,
610: p_init_msg_list => FND_API.G_TRUE,
611: x_return_status => l_return_status,
612: x_msg_count => l_msg_count,