DBA Data[Home] [Help]

APPS.AR_PREPAYMENTS_PUB dependencies on IBY_FNDCPT_TRXN_PUB

Line 212: l_payee_rec IBY_FNDCPT_TRXN_PUB.PayeeContext_rec_type;

208: /* END DECLARE the variables required for the payment engine (CPY ) all the REC TYPES */
209: /* DECLARE the variables required for the payment engine (CPY AND AUTH) all the REC TYPES */
210:
211: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
212: l_payee_rec IBY_FNDCPT_TRXN_PUB.PayeeContext_rec_type;
213: l_trxn_entity_id NUMBER;
214: l_auth_attribs_rec IBY_FNDCPT_TRXN_PUB.AuthAttribs_rec_type;
215: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;
216: l_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_rec_type;

Line 214: l_auth_attribs_rec IBY_FNDCPT_TRXN_PUB.AuthAttribs_rec_type;

210:
211: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
212: l_payee_rec IBY_FNDCPT_TRXN_PUB.PayeeContext_rec_type;
213: l_trxn_entity_id NUMBER;
214: l_auth_attribs_rec IBY_FNDCPT_TRXN_PUB.AuthAttribs_rec_type;
215: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;
216: l_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_rec_type;
217: l_authresult_rec IBY_FNDCPT_TRXN_PUB.AuthResult_rec_type; /* OUT AUTH RESULT STRUCTURE */
218: l_response_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type; /* OUT RESPONSE STRUCTURE */

Line 215: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;

211: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
212: l_payee_rec IBY_FNDCPT_TRXN_PUB.PayeeContext_rec_type;
213: l_trxn_entity_id NUMBER;
214: l_auth_attribs_rec IBY_FNDCPT_TRXN_PUB.AuthAttribs_rec_type;
215: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;
216: l_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_rec_type;
217: l_authresult_rec IBY_FNDCPT_TRXN_PUB.AuthResult_rec_type; /* OUT AUTH RESULT STRUCTURE */
218: l_response_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type; /* OUT RESPONSE STRUCTURE */
219: l_entity_id NUMBER; -- OUT FROM COPY

Line 216: l_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_rec_type;

212: l_payee_rec IBY_FNDCPT_TRXN_PUB.PayeeContext_rec_type;
213: l_trxn_entity_id NUMBER;
214: l_auth_attribs_rec IBY_FNDCPT_TRXN_PUB.AuthAttribs_rec_type;
215: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;
216: l_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_rec_type;
217: l_authresult_rec IBY_FNDCPT_TRXN_PUB.AuthResult_rec_type; /* OUT AUTH RESULT STRUCTURE */
218: l_response_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type; /* OUT RESPONSE STRUCTURE */
219: l_entity_id NUMBER; -- OUT FROM COPY
220: /* END DECLARE the variables required for the payment engine (AUTH) all the REC TYPES */

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

213: l_trxn_entity_id NUMBER;
214: l_auth_attribs_rec IBY_FNDCPT_TRXN_PUB.AuthAttribs_rec_type;
215: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;
216: l_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_rec_type;
217: l_authresult_rec IBY_FNDCPT_TRXN_PUB.AuthResult_rec_type; /* OUT AUTH RESULT STRUCTURE */
218: l_response_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type; /* OUT RESPONSE STRUCTURE */
219: l_entity_id NUMBER; -- OUT FROM COPY
220: /* END DECLARE the variables required for the payment engine (AUTH) all the REC TYPES */
221:

Line 595: IBY_FNDCPT_TRXN_PUB.Create_Authorization(

591:
592: arp_standard.debug( 'Calling get_auth for pmt_trxn_extn_id ');
593: END IF;
594:
595: IBY_FNDCPT_TRXN_PUB.Create_Authorization(
596: p_api_version => 1.0,
597: p_init_msg_list => FND_API.G_TRUE,
598: x_return_status => l_return_status,
599: x_msg_count => l_msg_count,