DBA Data[Home] [Help]

APPS.AR_PREPAYMENTS_PUB dependencies on IBY_FNDCPT_COMMON_PUB

Line 204: lc_trxn_entity_id IBY_FNDCPT_COMMON_PUB.Id_tbl_type;

200: l_payment_trxn_extension_id ar_cash_receipts.payment_trxn_extension_id%TYPE;
201:
202: /* DECLARE the variables required for the payment engine (CPY ) all the REC TYPES */
203: p_trxn_entity_id NUMBER;
204: lc_trxn_entity_id IBY_FNDCPT_COMMON_PUB.Id_tbl_type;
205: l_auth_flag VARCHAR2(1);
206: l_auth_id NUMBER;
207:
208: /* END DECLARE the variables required for the payment engine (CPY ) all the REC TYPES */

Line 211: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;

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

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

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

Line 602: p_payer_equivalency => IBY_FNDCPT_COMMON_PUB.G_PAYER_EQUIV_UPWARD,

598: x_return_status => l_return_status,
599: x_msg_count => l_msg_count,
600: x_msg_data => l_msg_data,
601: p_payer => l_payer_rec,
602: p_payer_equivalency => IBY_FNDCPT_COMMON_PUB.G_PAYER_EQUIV_UPWARD,
603: p_payee => l_payee_rec,
604: p_trxn_entity_id => l_trxn_entity_id,
605: p_auth_attribs => l_auth_attribs_rec,
606: p_amount => l_amount_rec,