DBA Data[Home] [Help]

APPS.AR_AUTOREM_API dependencies on IBY_FNDCPT_COMMON_PUB

Line 3963: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;

3959: l_amount NUMBER;
3960: l_calling_app_req_code NUMBER;
3961: l_iby_msg_data VARCHAR2(2000);
3962: l_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_rec_type;
3963: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
3964: l_response_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type; /* OUT RESPONSE STRUCTURE */
3965:
3966:
3967: /* DECLARE the variables required for the payment engine (AUTH) all the REC TYPES */

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

3960: l_calling_app_req_code NUMBER;
3961: l_iby_msg_data VARCHAR2(2000);
3962: l_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_rec_type;
3963: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
3964: l_response_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type; /* OUT RESPONSE STRUCTURE */
3965:
3966:
3967: /* DECLARE the variables required for the payment engine (AUTH) all the REC TYPES */
3968:

Line 3997: lc_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;

3993:
3994:
3995:
3996:
3997: lc_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
3998: lc_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_rec_type;
3999: lc_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
4000: lc_msg_count NUMBER;
4001: lc_msg_data VARCHAR2(2000);

Line 4003: lc_response_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type;

3999: lc_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
4000: lc_msg_count NUMBER;
4001: lc_msg_data VARCHAR2(2000);
4002: lc_iby_msg_data VARCHAR2(2000);
4003: lc_response_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type;
4004:
4005:
4006:
4007: l_request_id NUMBER;

Line 4149: p_payer_equivalency => IBY_FNDCPT_COMMON_PUB.G_PAYER_EQUIV_UPWARD,

4145: x_return_status => l_return_status,
4146: x_msg_count => l_msg_count,
4147: x_msg_data => l_msg_data,
4148: p_payer => l_payer_rec,
4149: p_payer_equivalency => IBY_FNDCPT_COMMON_PUB.G_PAYER_EQUIV_UPWARD,
4150: p_payee => l_payee_rec,
4151: p_trxn_entity_id => l_payment_trxn_extension_id,
4152: p_auth_attribs => l_auth_attribs_rec,
4153: p_amount => l_amount_rec,

Line 4359: p_payer_equivalency => IBY_FNDCPT_COMMON_PUB.G_PAYER_EQUIV_UPWARD,

4355: x_return_status => lc_return_status,
4356: x_msg_count => lc_msg_count,
4357: x_msg_data => lc_msg_data,
4358: p_payer => lc_payer_rec,
4359: p_payer_equivalency => IBY_FNDCPT_COMMON_PUB.G_PAYER_EQUIV_UPWARD,
4360: p_trxn_entity_id => l_payment_trxn_extension_id,
4361: p_amount => lc_amount_rec,
4362: p_receipt_attribs => lcr_receipt_attr,
4363: x_response => lc_response_rec ); -- out response struct

Line 4720: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;

4716: l_amount NUMBER;
4717: l_calling_app_req_code NUMBER;
4718: l_iby_msg_data VARCHAR2(2000);
4719: l_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_rec_type;
4720: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
4721: l_response_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type; /* OUT RESPONSE STRUCTURE */
4722:
4723: l_receipt_date ar_cash_receipts_all.receipt_date%TYPE; /*Bug7666285*/
4724:

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

4717: l_calling_app_req_code NUMBER;
4718: l_iby_msg_data VARCHAR2(2000);
4719: l_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_rec_type;
4720: l_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
4721: l_response_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type; /* OUT RESPONSE STRUCTURE */
4722:
4723: l_receipt_date ar_cash_receipts_all.receipt_date%TYPE; /*Bug7666285*/
4724:
4725: /* DECLARE the variables required for the payment engine (AUTH) all the REC TYPES */

Line 4756: lc_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;

4752:
4753: /* 7666285 - for passing settlement_date on returns */
4754: lcr_receipt_attr IBY_FNDCPT_TRXN_PUB.receiptattribs_rec_type;
4755:
4756: lc_payer_rec IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
4757: lc_amount_rec IBY_FNDCPT_TRXN_PUB.Amount_rec_type;
4758: lc_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
4759: lc_msg_count NUMBER;
4760: lc_msg_data VARCHAR2(2000);

Line 4762: lc_response_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type;

4758: lc_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
4759: lc_msg_count NUMBER;
4760: lc_msg_data VARCHAR2(2000);
4761: lc_iby_msg_data VARCHAR2(2000);
4762: lc_response_rec IBY_FNDCPT_COMMON_PUB.Result_rec_type;
4763:
4764:
4765:
4766: l_request_id NUMBER;

Line 4894: p_payer_equivalency => IBY_FNDCPT_COMMON_PUB.G_PAYER_EQUIV_UPWARD,

4890: x_return_status => l_return_status,
4891: x_msg_count => l_msg_count,
4892: x_msg_data => l_msg_data,
4893: p_payer => l_payer_rec,
4894: p_payer_equivalency => IBY_FNDCPT_COMMON_PUB.G_PAYER_EQUIV_UPWARD,
4895: p_payee => l_payee_rec,
4896: p_trxn_entity_id => l_payment_trxn_extension_id,
4897: p_auth_attribs => l_auth_attribs_rec,
4898: p_amount => l_amount_rec,

Line 5120: p_payer_equivalency => IBY_FNDCPT_COMMON_PUB.G_PAYER_EQUIV_UPWARD,

5116: x_return_status => lc_return_status,
5117: x_msg_count => lc_msg_count,
5118: x_msg_data => lc_msg_data,
5119: p_payer => lc_payer_rec,
5120: p_payer_equivalency => IBY_FNDCPT_COMMON_PUB.G_PAYER_EQUIV_UPWARD,
5121: p_trxn_entity_id => l_payment_trxn_extension_id,
5122: p_amount => lc_amount_rec,
5123: p_receipt_attribs => lcr_receipt_attr,
5124: x_response => lc_response_rec ); -- out response struct