DBA Data[Home] [Help]

APPS.AR_AUTOREM_API dependencies on IBY_FNDCPT_COMMON_PUB

Line 3668: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;

3664: l_amount NUMBER;
3665: l_calling_app_req_code NUMBER;
3666: l_iby_msg_data VARCHAR2(2000);
3667: l_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_rec_type;
3668: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
3669: l_response_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type; /* OUT RESPONSE STRUCTURE */
3670:
3671:
3672: /* DECLARE the variables required for the payment engine (AUTH) all the REC TYPES */

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

3665: l_calling_app_req_code NUMBER;
3666: l_iby_msg_data VARCHAR2(2000);
3667: l_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_rec_type;
3668: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
3669: l_response_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type; /* OUT RESPONSE STRUCTURE */
3670:
3671:
3672: /* DECLARE the variables required for the payment engine (AUTH) all the REC TYPES */
3673:

Line 3702: lc_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;

3698:
3699:
3700:
3701:
3702: lc_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
3703: lc_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_rec_type;
3704: lc_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
3705: lc_msg_count NUMBER;
3706: lc_msg_data VARCHAR2(2000);

Line 3708: lc_response_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type;

3704: lc_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
3705: lc_msg_count NUMBER;
3706: lc_msg_data VARCHAR2(2000);
3707: lc_iby_msg_data VARCHAR2(2000);
3708: lc_response_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type;
3709:
3710:
3711:
3712: l_request_id NUMBER;

Line 3877: p_payer_equivalency => IBY_FNDCPT_COMMON_PUB.G_PAYER_EQUIV_UPWARD,

3873: x_return_status => l_return_status,
3874: x_msg_count => l_msg_count,
3875: x_msg_data => l_msg_data,
3876: p_payer => l_payer_rec,
3877: p_payer_equivalency => IBY_FNDCPT_COMMON_PUB.G_PAYER_EQUIV_UPWARD,
3878: p_payee => l_payee_rec,
3879: p_trxn_entity_id => l_payment_trxn_extension_id,
3880: p_auth_attribs => l_auth_attribs_rec,
3881: p_amount => l_amount_rec,

Line 4080: p_payer_equivalency => IBY_FNDCPT_COMMON_PUB.G_PAYER_EQUIV_UPWARD,

4076: x_return_status => lc_return_status,
4077: x_msg_count => lc_msg_count,
4078: x_msg_data => lc_msg_data,
4079: p_payer => lc_payer_rec,
4080: p_payer_equivalency => IBY_FNDCPT_COMMON_PUB.G_PAYER_EQUIV_UPWARD,
4081: p_trxn_entity_id => l_payment_trxn_extension_id,
4082: p_amount => lc_amount_rec,
4083: p_receipt_attribs => lcr_receipt_attr,
4084: x_response => lc_response_rec ); -- out response struct

Line 4422: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;

4418: l_amount NUMBER;
4419: l_calling_app_req_code NUMBER;
4420: l_iby_msg_data VARCHAR2(2000);
4421: l_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_rec_type;
4422: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
4423: l_response_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type; /* OUT RESPONSE STRUCTURE */
4424:
4425: l_receipt_date ar_cash_receipts_all.receipt_date%TYPE; /*Bug7666285*/
4426:

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

4419: l_calling_app_req_code NUMBER;
4420: l_iby_msg_data VARCHAR2(2000);
4421: l_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_rec_type;
4422: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
4423: l_response_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type; /* OUT RESPONSE STRUCTURE */
4424:
4425: l_receipt_date ar_cash_receipts_all.receipt_date%TYPE; /*Bug7666285*/
4426:
4427: /* DECLARE the variables required for the payment engine (AUTH) all the REC TYPES */

Line 4458: lc_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;

4454:
4455: /* 7666285 - for passing settlement_date on returns */
4456: lcr_receipt_attr IBY_FNDCPT_TRXN_PUB.receiptattribs_rec_type;
4457:
4458: lc_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
4459: lc_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_rec_type;
4460: lc_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
4461: lc_msg_count NUMBER;
4462: lc_msg_data VARCHAR2(2000);

Line 4464: lc_response_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type;

4460: lc_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
4461: lc_msg_count NUMBER;
4462: lc_msg_data VARCHAR2(2000);
4463: lc_iby_msg_data VARCHAR2(2000);
4464: lc_response_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type;
4465:
4466:
4467:
4468: l_request_id NUMBER;

Line 4623: p_payer_equivalency => IBY_FNDCPT_COMMON_PUB.G_PAYER_EQUIV_UPWARD,

4619: x_return_status => l_return_status,
4620: x_msg_count => l_msg_count,
4621: x_msg_data => l_msg_data,
4622: p_payer => l_payer_rec,
4623: p_payer_equivalency => IBY_FNDCPT_COMMON_PUB.G_PAYER_EQUIV_UPWARD,
4624: p_payee => l_payee_rec,
4625: p_trxn_entity_id => l_payment_trxn_extension_id,
4626: p_auth_attribs => l_auth_attribs_rec,
4627: p_amount => l_amount_rec,

Line 4844: p_payer_equivalency => IBY_FNDCPT_COMMON_PUB.G_PAYER_EQUIV_UPWARD,

4840: x_return_status => lc_return_status,
4841: x_msg_count => lc_msg_count,
4842: x_msg_data => lc_msg_data,
4843: p_payer => lc_payer_rec,
4844: p_payer_equivalency => IBY_FNDCPT_COMMON_PUB.G_PAYER_EQUIV_UPWARD,
4845: p_trxn_entity_id => l_payment_trxn_extension_id,
4846: p_amount => lc_amount_rec,
4847: p_receipt_attribs => lcr_receipt_attr,
4848: x_response => lc_response_rec ); -- out response struct