DBA Data[Home] [Help]

APPS.AR_PREPAYMENTS_PUB dependencies on IBY_FNDCPT_COMMON_PUB

Line 214: lc_trxn_entity_id IBY_FNDCPT_COMMON_PUB.Id_tbl_type;

210: l_payment_trxn_extension_id ar_cash_receipts.payment_trxn_extension_id%TYPE;
211:
212: /* DECLARE the variables required for the payment engine (CPY ) all the REC TYPES */
213: p_trxn_entity_id NUMBER;
214: lc_trxn_entity_id IBY_FNDCPT_COMMON_PUB.Id_tbl_type;
215: l_auth_flag VARCHAR2(1);
216: l_auth_id NUMBER;
217:
218: /* END DECLARE the variables required for the payment engine (CPY ) all the REC TYPES */

Line 221: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;

217:
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;

Line 228: l_response_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type; /* OUT RESPONSE STRUCTURE */

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:
232:

Line 615: p_payer_equivalency => IBY_FNDCPT_COMMON_PUB.G_PAYER_EQUIV_UPWARD,

611: x_return_status => l_return_status,
612: x_msg_count => l_msg_count,
613: x_msg_data => l_msg_data,
614: p_payer => l_payer_rec,
615: p_payer_equivalency => IBY_FNDCPT_COMMON_PUB.G_PAYER_EQUIV_UPWARD,
616: p_payee => l_payee_rec,
617: p_trxn_entity_id => l_trxn_entity_id,
618: p_auth_attribs => l_auth_attribs_rec,
619: p_amount => l_amount_rec,