DBA Data[Home] [Help]

APPS.AR_RECEIPT_API_PUB dependencies on IBY_FNDCPT_TRXN_PUB

Line 3820: l_payee_rec IBY_FNDCPT_TRXN_PUB.PayeeContext_rec_type;

3816: /* END DECLARE the variables required for the payment engine (CPY ) all the REC TYPES */
3817: /* DECLARE the variables required for the payment engine (CPY AND AUTH) all the REC TYPES */
3818:
3819: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
3820: l_payee_rec IBY_FNDCPT_TRXN_PUB.PayeeContext_rec_type;
3821: l_trxn_entity_id NUMBER;
3822: l_auth_attribs_rec IBY_FNDCPT_TRXN_PUB.AuthAttribs_rec_type;
3823: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;
3824: l_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_rec_type;

Line 3822: l_auth_attribs_rec IBY_FNDCPT_TRXN_PUB.AuthAttribs_rec_type;

3818:
3819: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
3820: l_payee_rec IBY_FNDCPT_TRXN_PUB.PayeeContext_rec_type;
3821: l_trxn_entity_id NUMBER;
3822: l_auth_attribs_rec IBY_FNDCPT_TRXN_PUB.AuthAttribs_rec_type;
3823: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;
3824: l_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_rec_type;
3825: l_authresult_rec IBY_FNDCPT_TRXN_PUB.AuthResult_rec_type; /* OUT AUTH RESULT STRUCTURE */
3826: l_response_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type; /* OUT RESPONSE STRUCTURE */

Line 3823: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;

3819: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
3820: l_payee_rec IBY_FNDCPT_TRXN_PUB.PayeeContext_rec_type;
3821: l_trxn_entity_id NUMBER;
3822: l_auth_attribs_rec IBY_FNDCPT_TRXN_PUB.AuthAttribs_rec_type;
3823: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;
3824: l_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_rec_type;
3825: l_authresult_rec IBY_FNDCPT_TRXN_PUB.AuthResult_rec_type; /* OUT AUTH RESULT STRUCTURE */
3826: l_response_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type; /* OUT RESPONSE STRUCTURE */
3827: l_entity_id NUMBER; -- OUT FROM COPY

Line 3824: l_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_rec_type;

3820: l_payee_rec IBY_FNDCPT_TRXN_PUB.PayeeContext_rec_type;
3821: l_trxn_entity_id NUMBER;
3822: l_auth_attribs_rec IBY_FNDCPT_TRXN_PUB.AuthAttribs_rec_type;
3823: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;
3824: l_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_rec_type;
3825: l_authresult_rec IBY_FNDCPT_TRXN_PUB.AuthResult_rec_type; /* OUT AUTH RESULT STRUCTURE */
3826: l_response_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type; /* OUT RESPONSE STRUCTURE */
3827: l_entity_id NUMBER; -- OUT FROM COPY
3828: /* END DECLARE the variables required for the payment engine (AUTH) all the REC TYPES */

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

3821: l_trxn_entity_id NUMBER;
3822: l_auth_attribs_rec IBY_FNDCPT_TRXN_PUB.AuthAttribs_rec_type;
3823: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;
3824: l_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_rec_type;
3825: l_authresult_rec IBY_FNDCPT_TRXN_PUB.AuthResult_rec_type; /* OUT AUTH RESULT STRUCTURE */
3826: l_response_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type; /* OUT RESPONSE STRUCTURE */
3827: l_entity_id NUMBER; -- OUT FROM COPY
3828: /* END DECLARE the variables required for the payment engine (AUTH) all the REC TYPES */
3829:

Line 3841: lcr_receipt_attr IBY_FNDCPT_TRXN_PUB.receiptattribs_rec_type;

3837:
3838: /* END DECLARE the variables required for the payment engine (SETTLEMENT) all the REC TYPES */
3839:
3840: /* 7666285 - for passing settlement_date on returns */
3841: lcr_receipt_attr IBY_FNDCPT_TRXN_PUB.receiptattribs_rec_type;
3842:
3843: BEGIN
3844:
3845:

Line 3998: IBY_FNDCPT_TRXN_PUB.Create_Authorization(

3994: arp_standard.debug( 'Calling get_auth for pmt_trxn_extn_id ');
3995: END IF;
3996:
3997:
3998: IBY_FNDCPT_TRXN_PUB.Create_Authorization(
3999: p_api_version => 1.0,
4000: p_init_msg_list => FND_API.G_TRUE,
4001: x_return_status => l_return_status,
4002: x_msg_count => l_msg_count,

Line 4157: IBY_FNDCPT_TRXN_PUB.Create_Settlement (

4153: arp_standard.debug( ' l_amount_rec.currency_code ' || l_amount_rec.currency_code );
4154: arp_standard.debug( ' lcr_receipt_attr.settlement_date ' || lcr_receipt_attr.settlement_date );
4155: END IF;
4156:
4157: IBY_FNDCPT_TRXN_PUB.Create_Settlement (
4158: p_api_version => 1.0,
4159: p_init_msg_list => FND_API.G_TRUE,
4160: x_return_status => ls_return_status,
4161: x_msg_count => ls_msg_count,

Line 4291: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;

4287: l_msg_data VARCHAR2(2000);
4288: l_cpy_msg_data VARCHAR2(2000);
4289: l_pmt_channel_code VARCHAR2(20);
4290: l_assignment_id NUMBER;
4291: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;
4292: l_payment_trxn_extension_id AR_CASH_RECEIPTS.PAYMENT_TRXN_EXTENSION_ID%TYPE;
4293: p_trxn_entity_id AR_CASH_RECEIPTS.PAYMENT_TRXN_EXTENSION_ID%TYPE;
4294: l_response_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type;
4295: l_party_id NUMBER;

Line 4368: IBY_FNDCPT_TRXN_PUB.Copy_Transaction_Extension

4364: arp_standard.debug('l_trxn_attribs.order_id :<'|| l_trxn_attribs_rec.order_id || '>');
4365: arp_standard.debug('l_assignment_id :<'|| l_assignment_id || '>');
4366: arp_standard.debug('payment_trx_extension_id :<'|| l_payment_trxn_extension_id || '>');
4367:
4368: IBY_FNDCPT_TRXN_PUB.Copy_Transaction_Extension
4369: ( p_api_version => 1.0,
4370: p_init_msg_list => FND_API.G_TRUE,
4371: p_commit => FND_API.G_FALSE,
4372: x_return_status => l_return_status,

Line 4453: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;

4449: l_msg_data VARCHAR2(2000);
4450:
4451: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
4452: l_assignment_id NUMBER;
4453: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;
4454: l_extension_id NUMBER;
4455: l_init_extension_id NUMBER;
4456: l_result_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type;
4457:

Line 4519: IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension

4515: /* reset the value of l_extension_id */
4516:
4517:
4518:
4519: IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension
4520: (
4521: p_api_version =>1.0,
4522: p_init_msg_list =>FND_API.G_TRUE,
4523: p_commit =>FND_API.G_FALSE,