DBA Data[Home] [Help]

APPS.AR_RECEIPT_API_PUB dependencies on STANDARD

Line 79: -- Standard API parameters.

75: END initialize_profile_globals;
76:
77:
78: PROCEDURE Create_cash_1(
79: -- Standard API parameters.
80: p_api_version IN NUMBER,
81: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
82: p_commit IN VARCHAR2 := FND_API.G_FALSE,
83: p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL,

Line 247: | Standard start of API savepoint |

243: l_org_id := p_org_id;
244: l_default_site_use := p_default_site_use; --bug4448307-4509459
245:
246: /*------------------------------------+
247: | Standard start of API savepoint |
248: +------------------------------------*/
249:
250: SAVEPOINT Create_cash_PVT;
251:

Line 253: | Standard call to check for call compatibility |

249:
250: SAVEPOINT Create_cash_PVT;
251:
252: /*--------------------------------------------------+
253: | Standard call to check for call compatibility |
254: +--------------------------------------------------*/
255:
256: IF NOT FND_API.Compatible_API_Call(
257: l_api_version,

Line 549: arp_standard.debug ('x_return_status (' || x_return_status ||')');

545: END IF;
546: END IF;
547:
548: /* Bug 5364287 */
549: arp_standard.debug ('x_return_status (' || x_return_status ||')');
550: arp_standard.debug ('l_doc_seq_status (' || l_doc_seq_status ||')');
551: IF (
552: x_return_status <> FND_API.G_RET_STS_SUCCESS
553: OR l_doc_seq_status <> FND_API.G_RET_STS_SUCCESS

Line 550: arp_standard.debug ('l_doc_seq_status (' || l_doc_seq_status ||')');

546: END IF;
547:
548: /* Bug 5364287 */
549: arp_standard.debug ('x_return_status (' || x_return_status ||')');
550: arp_standard.debug ('l_doc_seq_status (' || l_doc_seq_status ||')');
551: IF (
552: x_return_status <> FND_API.G_RET_STS_SUCCESS
553: OR l_doc_seq_status <> FND_API.G_RET_STS_SUCCESS
554: )

Line 597: arp_standard.debug('calling copy Extension....');

593: IF nvl(p_installment,1) = 1 THEN
594:
595:
596: IF l_creation_method = 'A' THEN
597: arp_standard.debug('calling copy Extension....');
598:
599: Copy_payment_extension (
600: p_payment_trxn_extension_id => l_payment_trxn_extension_id,
601: p_customer_id => l_customer_id,

Line 621: arp_standard.debug('calling copy Extension end ....');

617: END IF;
618:
619: l_payment_trxn_extension_id := l_copy_pmt_trxn_extension_id;
620:
621: arp_standard.debug('calling copy Extension end ....');
622: arp_standard.debug('calling copy Extension end ...2'|| to_char(l_copy_pmt_trxn_extension_id));
623: END IF;
624:
625: ELSE

Line 622: arp_standard.debug('calling copy Extension end ...2'|| to_char(l_copy_pmt_trxn_extension_id));

618:
619: l_payment_trxn_extension_id := l_copy_pmt_trxn_extension_id;
620:
621: arp_standard.debug('calling copy Extension end ....');
622: arp_standard.debug('calling copy Extension end ...2'|| to_char(l_copy_pmt_trxn_extension_id));
623: END IF;
624:
625: ELSE
626: arp_util.debug ('Create_cash -- CHECK2' || p_installment );

Line 628: arp_standard.debug('calling CREATE Extension....');

624:
625: ELSE
626: arp_util.debug ('Create_cash -- CHECK2' || p_installment );
627: IF l_creation_method = 'A' THEN
628: arp_standard.debug('calling CREATE Extension....');
629: Create_payment_extension (
630: p_payment_trxn_extension_id => l_payment_trxn_extension_id,
631: p_customer_id => l_customer_id,
632: p_receipt_method_id =>l_receipt_method_id,

Line 652: arp_standard.debug('calling create Extension end ....');

648: END IF;
649:
650: l_payment_trxn_extension_id := l_create_pmt_trxn_extension_id;
651:
652: arp_standard.debug('calling create Extension end ....');
653: arp_standard.debug('calling create Extension end ...2'||
654: to_char(l_create_pmt_trxn_extension_id));
655:
656:

Line 653: arp_standard.debug('calling create Extension end ...2'||

649:
650: l_payment_trxn_extension_id := l_create_pmt_trxn_extension_id;
651:
652: arp_standard.debug('calling create Extension end ....');
653: arp_standard.debug('calling create Extension end ...2'||
654: to_char(l_create_pmt_trxn_extension_id));
655:
656:
657: END IF;

Line 847: | Standard check of p_commit |

843: );
844:
845:
846: /*--------------------------------+
847: | Standard check of p_commit |
848: +--------------------------------*/
849:
850: IF FND_API.To_Boolean( p_commit )
851: THEN

Line 950: -- Standard API parameters.

946:
947: END Create_cash_1;
948:
949: PROCEDURE Create_cash(
950: -- Standard API parameters.
951: p_api_version IN NUMBER,
952: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
953: p_commit IN VARCHAR2 := FND_API.G_FALSE,
954: p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL,

Line 1051: -- Standard API parameters.

1047: l_default_site_use VARCHAR2(1); --bug4448307-4509459
1048: BEGIN
1049: --call the internal routine
1050: Create_cash_1(
1051: -- Standard API parameters.
1052: p_api_version ,
1053: p_init_msg_list,
1054: p_commit,
1055: p_validation_level,

Line 1118: -- Standard API parameters.

1114: END Create_cash;
1115:
1116:
1117: PROCEDURE Apply(
1118: -- Standard API parameters.
1119: p_api_version IN NUMBER,
1120: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
1121: p_commit IN VARCHAR2 := FND_API.G_FALSE,
1122: p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL,

Line 1245: | Standard start of API savepoint |

1241:
1242: BEGIN
1243:
1244: /*------------------------------------+
1245: | Standard start of API savepoint |
1246: +------------------------------------*/
1247:
1248: SAVEPOINT Apply_PVT;
1249:

Line 1251: | Standard call to check for call compatibility |

1247:
1248: SAVEPOINT Apply_PVT;
1249:
1250: /*--------------------------------------------------+
1251: | Standard call to check for call compatibility |
1252: +--------------------------------------------------*/
1253:
1254: IF NOT FND_API.Compatible_API_Call(
1255: l_api_version,

Line 1763: | Standard check of p_commit |

1759: p_global_attribute19 => l_global_attribute_rec.global_attribute19,
1760: p_global_attribute20 => l_global_attribute_rec.global_attribute20,
1761: p_return_status => l_gdflex_return_status);
1762: /*--------------------------------+
1763: | Standard check of p_commit |
1764: +--------------------------------*/
1765:
1766: IF FND_API.To_Boolean( p_commit )
1767: THEN

Line 1868: -- Standard API parameters.

1864:
1865: END Apply;
1866:
1867: PROCEDURE Apply_In_Detail(
1868: -- Standard API parameters.
1869: p_api_version IN NUMBER,
1870: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
1871: p_commit IN VARCHAR2 := FND_API.G_FALSE,
1872: p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL,

Line 2022: | Standard start of API savepoint |

2018: l_line_attribute_rec attribute_rec_type;
2019: BEGIN
2020:
2021: /*------------------------------------+
2022: | Standard start of API savepoint |
2023: +------------------------------------*/
2024: SAVEPOINT Apply_In_Detail_PVT;
2025:
2026: /*--------------------------------------------------+

Line 2027: | Standard call to check for call compatibility |

2023: +------------------------------------*/
2024: SAVEPOINT Apply_In_Detail_PVT;
2025:
2026: /*--------------------------------------------------+
2027: | Standard call to check for call compatibility |
2028: +--------------------------------------------------*/
2029: IF NOT FND_API.Compatible_API_Call(
2030: l_api_version,
2031: p_api_version,

Line 2767: | Standard check of p_commit |

2763: Return;
2764: END IF;
2765:
2766: /*--------------------------------+
2767: | Standard check of p_commit |
2768: +--------------------------------*/
2769:
2770: IF FND_API.To_Boolean( p_commit )
2771: THEN

Line 2871: -- Standard API parameters.

2867: );
2868: END Apply_In_Detail;
2869:
2870: PROCEDURE Unapply(
2871: -- Standard API parameters.
2872: p_api_version IN NUMBER,
2873: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
2874: p_commit IN VARCHAR2 := FND_API.G_FALSE,
2875: p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL,

Line 2915: | Standard start of API savepoint |

2911: l_org_return_status VARCHAR2(1);
2912: l_org_id NUMBER;
2913: BEGIN
2914: /*------------------------------------+
2915: | Standard start of API savepoint |
2916: +------------------------------------*/
2917:
2918: SAVEPOINT Unapply_PVT;
2919:

Line 2921: | Standard call to check for call compatibility |

2917:
2918: SAVEPOINT Unapply_PVT;
2919:
2920: /*--------------------------------------------------+
2921: | Standard call to check for call compatibility |
2922: +--------------------------------------------------*/
2923:
2924: IF NOT FND_API.Compatible_API_Call(
2925: l_api_version,

Line 3261: | Standard check of p_commit |

3257: END IF;
3258:
3259: END;
3260: /*--------------------------------+
3261: | Standard check of p_commit |
3262: +--------------------------------*/
3263:
3264: IF FND_API.To_Boolean( p_commit )
3265: THEN

Line 3445: arp_standard.debug('Apply: ' || 'Entering credit card processing...');

3441:
3442:
3443: /*
3444: IF PG_DEBUG in ('Y', 'C') THEN
3445: arp_standard.debug('Apply: ' || 'Entering credit card processing...');
3446: END IF;
3447:
3448: OPEN rct_info_cur;
3449: FETCH rct_info_cur INTO rct_info;

Line 3460: arp_standard.debug('Apply: ' || 'credit card bank branch is ' ||

3456:
3457: IF rct_info.bank_branch_id = arp_global.CC_BANK_BRANCH_ID THEN
3458:
3459: IF PG_DEBUG in ('Y', 'C') THEN
3460: arp_standard.debug('Apply: ' || 'credit card bank branch is ' ||
3461: arp_global.CC_BANK_BRANCH_ID || ' --> CC acct');
3462: END IF;
3463:
3464: -- determine whether to AUTHORIZE only or to

Line 3479: arp_standard.debug('Apply: ' || 'ERROR: Creation status is ' || rct_info.creation_status);

3475: elsif rct_info.creation_status = 'CONFIRMED' THEN
3476: l_action := 'AUTHONLY';
3477: else
3478: IF PG_DEBUG in ('Y', 'C') THEN
3479: arp_standard.debug('Apply: ' || 'ERROR: Creation status is ' || rct_info.creation_status);
3480: END IF;
3481:
3482: FND_MESSAGE.set_name('AR', 'AR_PAY_PROCESS_INVALID_STATUS');
3483: FND_MSG_PUB.Add;

Line 3534: arp_standard.debug('Apply: ' || 'Calling OraPmtReq');

3530:
3531: -- call to iPayment API OraPmtReq to authorize funds
3532:
3533: IF PG_DEBUG in ('Y', 'C') THEN
3534: arp_standard.debug('Apply: ' || 'Calling OraPmtReq');
3535: arp_standard.debug('Apply: ' || 'l_pmtreqtrxn_rec.pmtmode: ' || l_pmtreqtrxn_rec.pmtmode);
3536: arp_standard.debug('Apply: ' || 'l_pmtreqtrxn_rec.auth_type: ' || l_pmtreqtrxn_rec.auth_type);
3537:
3538: arp_standard.debug( 'l_pmtreqtrxn_rec.TrxnRef: ' || l_pmtreqtrxn_rec.TrxnRef);

Line 3535: arp_standard.debug('Apply: ' || 'l_pmtreqtrxn_rec.pmtmode: ' || l_pmtreqtrxn_rec.pmtmode);

3531: -- call to iPayment API OraPmtReq to authorize funds
3532:
3533: IF PG_DEBUG in ('Y', 'C') THEN
3534: arp_standard.debug('Apply: ' || 'Calling OraPmtReq');
3535: arp_standard.debug('Apply: ' || 'l_pmtreqtrxn_rec.pmtmode: ' || l_pmtreqtrxn_rec.pmtmode);
3536: arp_standard.debug('Apply: ' || 'l_pmtreqtrxn_rec.auth_type: ' || l_pmtreqtrxn_rec.auth_type);
3537:
3538: arp_standard.debug( 'l_pmtreqtrxn_rec.TrxnRef: ' || l_pmtreqtrxn_rec.TrxnRef);
3539:

Line 3536: arp_standard.debug('Apply: ' || 'l_pmtreqtrxn_rec.auth_type: ' || l_pmtreqtrxn_rec.auth_type);

3532:
3533: IF PG_DEBUG in ('Y', 'C') THEN
3534: arp_standard.debug('Apply: ' || 'Calling OraPmtReq');
3535: arp_standard.debug('Apply: ' || 'l_pmtreqtrxn_rec.pmtmode: ' || l_pmtreqtrxn_rec.pmtmode);
3536: arp_standard.debug('Apply: ' || 'l_pmtreqtrxn_rec.auth_type: ' || l_pmtreqtrxn_rec.auth_type);
3537:
3538: arp_standard.debug( 'l_pmtreqtrxn_rec.TrxnRef: ' || l_pmtreqtrxn_rec.TrxnRef);
3539:
3540: arp_standard.debug('Apply: ' || 'l_tangible_rec.tangible_id: ' || l_payment_server_order_num);

Line 3538: arp_standard.debug( 'l_pmtreqtrxn_rec.TrxnRef: ' || l_pmtreqtrxn_rec.TrxnRef);

3534: arp_standard.debug('Apply: ' || 'Calling OraPmtReq');
3535: arp_standard.debug('Apply: ' || 'l_pmtreqtrxn_rec.pmtmode: ' || l_pmtreqtrxn_rec.pmtmode);
3536: arp_standard.debug('Apply: ' || 'l_pmtreqtrxn_rec.auth_type: ' || l_pmtreqtrxn_rec.auth_type);
3537:
3538: arp_standard.debug( 'l_pmtreqtrxn_rec.TrxnRef: ' || l_pmtreqtrxn_rec.TrxnRef);
3539:
3540: arp_standard.debug('Apply: ' || 'l_tangible_rec.tangible_id: ' || l_payment_server_order_num);
3541: arp_standard.debug('Apply: ' || 'l_tangible_rec.tangible_amount: ' || to_char(l_tangible_rec.tangible_amount) );
3542: arp_standard.debug('Apply: ' || 'l_tangible_rec.currency_code: ' ||l_tangible_rec.currency_code );

Line 3540: arp_standard.debug('Apply: ' || 'l_tangible_rec.tangible_id: ' || l_payment_server_order_num);

3536: arp_standard.debug('Apply: ' || 'l_pmtreqtrxn_rec.auth_type: ' || l_pmtreqtrxn_rec.auth_type);
3537:
3538: arp_standard.debug( 'l_pmtreqtrxn_rec.TrxnRef: ' || l_pmtreqtrxn_rec.TrxnRef);
3539:
3540: arp_standard.debug('Apply: ' || 'l_tangible_rec.tangible_id: ' || l_payment_server_order_num);
3541: arp_standard.debug('Apply: ' || 'l_tangible_rec.tangible_amount: ' || to_char(l_tangible_rec.tangible_amount) );
3542: arp_standard.debug('Apply: ' || 'l_tangible_rec.currency_code: ' ||l_tangible_rec.currency_code );
3543: arp_standard.debug('Apply: ' || 'l_tangible_rec.refinfo: ' || l_tangible_rec.refinfo);
3544: arp_standard.debug('Apply: ' || 'l_cc_instr_rec.cc_num: ' ||l_cc_instr_rec.cc_num );

Line 3541: arp_standard.debug('Apply: ' || 'l_tangible_rec.tangible_amount: ' || to_char(l_tangible_rec.tangible_amount) );

3537:
3538: arp_standard.debug( 'l_pmtreqtrxn_rec.TrxnRef: ' || l_pmtreqtrxn_rec.TrxnRef);
3539:
3540: arp_standard.debug('Apply: ' || 'l_tangible_rec.tangible_id: ' || l_payment_server_order_num);
3541: arp_standard.debug('Apply: ' || 'l_tangible_rec.tangible_amount: ' || to_char(l_tangible_rec.tangible_amount) );
3542: arp_standard.debug('Apply: ' || 'l_tangible_rec.currency_code: ' ||l_tangible_rec.currency_code );
3543: arp_standard.debug('Apply: ' || 'l_tangible_rec.refinfo: ' || l_tangible_rec.refinfo);
3544: arp_standard.debug('Apply: ' || 'l_cc_instr_rec.cc_num: ' ||l_cc_instr_rec.cc_num );
3545: arp_standard.debug('Apply: ' || 'l_cc_instr_rec.cc_ExpDate: ' || to_char(l_cc_instr_rec.cc_ExpDate));

Line 3542: arp_standard.debug('Apply: ' || 'l_tangible_rec.currency_code: ' ||l_tangible_rec.currency_code );

3538: arp_standard.debug( 'l_pmtreqtrxn_rec.TrxnRef: ' || l_pmtreqtrxn_rec.TrxnRef);
3539:
3540: arp_standard.debug('Apply: ' || 'l_tangible_rec.tangible_id: ' || l_payment_server_order_num);
3541: arp_standard.debug('Apply: ' || 'l_tangible_rec.tangible_amount: ' || to_char(l_tangible_rec.tangible_amount) );
3542: arp_standard.debug('Apply: ' || 'l_tangible_rec.currency_code: ' ||l_tangible_rec.currency_code );
3543: arp_standard.debug('Apply: ' || 'l_tangible_rec.refinfo: ' || l_tangible_rec.refinfo);
3544: arp_standard.debug('Apply: ' || 'l_cc_instr_rec.cc_num: ' ||l_cc_instr_rec.cc_num );
3545: arp_standard.debug('Apply: ' || 'l_cc_instr_rec.cc_ExpDate: ' || to_char(l_cc_instr_rec.cc_ExpDate));
3546: arp_standard.debug('Apply: ' || 'l_cc_instr_rec.cc_HolderName: ' || l_cc_instr_rec.cc_HolderName );

Line 3543: arp_standard.debug('Apply: ' || 'l_tangible_rec.refinfo: ' || l_tangible_rec.refinfo);

3539:
3540: arp_standard.debug('Apply: ' || 'l_tangible_rec.tangible_id: ' || l_payment_server_order_num);
3541: arp_standard.debug('Apply: ' || 'l_tangible_rec.tangible_amount: ' || to_char(l_tangible_rec.tangible_amount) );
3542: arp_standard.debug('Apply: ' || 'l_tangible_rec.currency_code: ' ||l_tangible_rec.currency_code );
3543: arp_standard.debug('Apply: ' || 'l_tangible_rec.refinfo: ' || l_tangible_rec.refinfo);
3544: arp_standard.debug('Apply: ' || 'l_cc_instr_rec.cc_num: ' ||l_cc_instr_rec.cc_num );
3545: arp_standard.debug('Apply: ' || 'l_cc_instr_rec.cc_ExpDate: ' || to_char(l_cc_instr_rec.cc_ExpDate));
3546: arp_standard.debug('Apply: ' || 'l_cc_instr_rec.cc_HolderName: ' || l_cc_instr_rec.cc_HolderName );
3547: arp_standard.debug('Apply: ' || 'l_payee_rec.payee_id: ' ||l_payee_rec.payee_id );

Line 3544: arp_standard.debug('Apply: ' || 'l_cc_instr_rec.cc_num: ' ||l_cc_instr_rec.cc_num );

3540: arp_standard.debug('Apply: ' || 'l_tangible_rec.tangible_id: ' || l_payment_server_order_num);
3541: arp_standard.debug('Apply: ' || 'l_tangible_rec.tangible_amount: ' || to_char(l_tangible_rec.tangible_amount) );
3542: arp_standard.debug('Apply: ' || 'l_tangible_rec.currency_code: ' ||l_tangible_rec.currency_code );
3543: arp_standard.debug('Apply: ' || 'l_tangible_rec.refinfo: ' || l_tangible_rec.refinfo);
3544: arp_standard.debug('Apply: ' || 'l_cc_instr_rec.cc_num: ' ||l_cc_instr_rec.cc_num );
3545: arp_standard.debug('Apply: ' || 'l_cc_instr_rec.cc_ExpDate: ' || to_char(l_cc_instr_rec.cc_ExpDate));
3546: arp_standard.debug('Apply: ' || 'l_cc_instr_rec.cc_HolderName: ' || l_cc_instr_rec.cc_HolderName );
3547: arp_standard.debug('Apply: ' || 'l_payee_rec.payee_id: ' ||l_payee_rec.payee_id );
3548: arp_standard.debug('Apply: ' || 'l_customer_rec.payer_name: ' || l_customer_rec.payer_name);

Line 3545: arp_standard.debug('Apply: ' || 'l_cc_instr_rec.cc_ExpDate: ' || to_char(l_cc_instr_rec.cc_ExpDate));

3541: arp_standard.debug('Apply: ' || 'l_tangible_rec.tangible_amount: ' || to_char(l_tangible_rec.tangible_amount) );
3542: arp_standard.debug('Apply: ' || 'l_tangible_rec.currency_code: ' ||l_tangible_rec.currency_code );
3543: arp_standard.debug('Apply: ' || 'l_tangible_rec.refinfo: ' || l_tangible_rec.refinfo);
3544: arp_standard.debug('Apply: ' || 'l_cc_instr_rec.cc_num: ' ||l_cc_instr_rec.cc_num );
3545: arp_standard.debug('Apply: ' || 'l_cc_instr_rec.cc_ExpDate: ' || to_char(l_cc_instr_rec.cc_ExpDate));
3546: arp_standard.debug('Apply: ' || 'l_cc_instr_rec.cc_HolderName: ' || l_cc_instr_rec.cc_HolderName );
3547: arp_standard.debug('Apply: ' || 'l_payee_rec.payee_id: ' ||l_payee_rec.payee_id );
3548: arp_standard.debug('Apply: ' || 'l_customer_rec.payer_name: ' || l_customer_rec.payer_name);
3549: END IF;

Line 3546: arp_standard.debug('Apply: ' || 'l_cc_instr_rec.cc_HolderName: ' || l_cc_instr_rec.cc_HolderName );

3542: arp_standard.debug('Apply: ' || 'l_tangible_rec.currency_code: ' ||l_tangible_rec.currency_code );
3543: arp_standard.debug('Apply: ' || 'l_tangible_rec.refinfo: ' || l_tangible_rec.refinfo);
3544: arp_standard.debug('Apply: ' || 'l_cc_instr_rec.cc_num: ' ||l_cc_instr_rec.cc_num );
3545: arp_standard.debug('Apply: ' || 'l_cc_instr_rec.cc_ExpDate: ' || to_char(l_cc_instr_rec.cc_ExpDate));
3546: arp_standard.debug('Apply: ' || 'l_cc_instr_rec.cc_HolderName: ' || l_cc_instr_rec.cc_HolderName );
3547: arp_standard.debug('Apply: ' || 'l_payee_rec.payee_id: ' ||l_payee_rec.payee_id );
3548: arp_standard.debug('Apply: ' || 'l_customer_rec.payer_name: ' || l_customer_rec.payer_name);
3549: END IF;
3550:

Line 3547: arp_standard.debug('Apply: ' || 'l_payee_rec.payee_id: ' ||l_payee_rec.payee_id );

3543: arp_standard.debug('Apply: ' || 'l_tangible_rec.refinfo: ' || l_tangible_rec.refinfo);
3544: arp_standard.debug('Apply: ' || 'l_cc_instr_rec.cc_num: ' ||l_cc_instr_rec.cc_num );
3545: arp_standard.debug('Apply: ' || 'l_cc_instr_rec.cc_ExpDate: ' || to_char(l_cc_instr_rec.cc_ExpDate));
3546: arp_standard.debug('Apply: ' || 'l_cc_instr_rec.cc_HolderName: ' || l_cc_instr_rec.cc_HolderName );
3547: arp_standard.debug('Apply: ' || 'l_payee_rec.payee_id: ' ||l_payee_rec.payee_id );
3548: arp_standard.debug('Apply: ' || 'l_customer_rec.payer_name: ' || l_customer_rec.payer_name);
3549: END IF;
3550:
3551: IBY_Payment_Adapter_pub.OraPmtReq(

Line 3548: arp_standard.debug('Apply: ' || 'l_customer_rec.payer_name: ' || l_customer_rec.payer_name);

3544: arp_standard.debug('Apply: ' || 'l_cc_instr_rec.cc_num: ' ||l_cc_instr_rec.cc_num );
3545: arp_standard.debug('Apply: ' || 'l_cc_instr_rec.cc_ExpDate: ' || to_char(l_cc_instr_rec.cc_ExpDate));
3546: arp_standard.debug('Apply: ' || 'l_cc_instr_rec.cc_HolderName: ' || l_cc_instr_rec.cc_HolderName );
3547: arp_standard.debug('Apply: ' || 'l_payee_rec.payee_id: ' ||l_payee_rec.payee_id );
3548: arp_standard.debug('Apply: ' || 'l_customer_rec.payer_name: ' || l_customer_rec.payer_name);
3549: END IF;
3550:
3551: IBY_Payment_Adapter_pub.OraPmtReq(
3552: p_api_version => 1.0,

Line 3569: arp_standard.debug('Apply: ' || 'l_return_status: ' || l_return_status);

3565: p_riskinfo_rec => l_riskinfo_rec,
3566: x_reqresp_rec => l_reqresp_rec);
3567:
3568: IF PG_DEBUG in ('Y', 'C') THEN
3569: arp_standard.debug('Apply: ' || 'l_return_status: ' || l_return_status);
3570: END IF;
3571:
3572: x_msg_count := l_msg_count;
3573: x_msg_data := l_msg_data;

Line 3577: arp_standard.debug('Apply: ' || '-------------------------------------');

3573: x_msg_data := l_msg_data;
3574: p_response_error_code := l_reqresp_rec.response.errcode;
3575:
3576: IF PG_DEBUG in ('Y', 'C') THEN
3577: arp_standard.debug('Apply: ' || '-------------------------------------');
3578: arp_standard.debug('Apply: ' || 'l_reqresp_rec.response.errcode: ' || l_reqresp_rec.response.errcode);
3579: arp_standard.debug('Apply: ' || 'l_reqresp_rec.response.errmessage: ' || l_reqresp_rec.response.errmessage);
3580: arp_standard.debug('Apply: ' || 'l_reqresp_rec.errorlocation: ' || l_reqresp_rec.errorlocation);
3581: arp_standard.debug('Apply: ' || 'l_reqresp_rec.beperrcode: ' || l_reqresp_rec.beperrcode);

Line 3578: arp_standard.debug('Apply: ' || 'l_reqresp_rec.response.errcode: ' || l_reqresp_rec.response.errcode);

3574: p_response_error_code := l_reqresp_rec.response.errcode;
3575:
3576: IF PG_DEBUG in ('Y', 'C') THEN
3577: arp_standard.debug('Apply: ' || '-------------------------------------');
3578: arp_standard.debug('Apply: ' || 'l_reqresp_rec.response.errcode: ' || l_reqresp_rec.response.errcode);
3579: arp_standard.debug('Apply: ' || 'l_reqresp_rec.response.errmessage: ' || l_reqresp_rec.response.errmessage);
3580: arp_standard.debug('Apply: ' || 'l_reqresp_rec.errorlocation: ' || l_reqresp_rec.errorlocation);
3581: arp_standard.debug('Apply: ' || 'l_reqresp_rec.beperrcode: ' || l_reqresp_rec.beperrcode);
3582: arp_standard.debug('Apply: ' || 'l_reqresp_rec.beperrmessage: ' || l_reqresp_rec.beperrmessage);

Line 3579: arp_standard.debug('Apply: ' || 'l_reqresp_rec.response.errmessage: ' || l_reqresp_rec.response.errmessage);

3575:
3576: IF PG_DEBUG in ('Y', 'C') THEN
3577: arp_standard.debug('Apply: ' || '-------------------------------------');
3578: arp_standard.debug('Apply: ' || 'l_reqresp_rec.response.errcode: ' || l_reqresp_rec.response.errcode);
3579: arp_standard.debug('Apply: ' || 'l_reqresp_rec.response.errmessage: ' || l_reqresp_rec.response.errmessage);
3580: arp_standard.debug('Apply: ' || 'l_reqresp_rec.errorlocation: ' || l_reqresp_rec.errorlocation);
3581: arp_standard.debug('Apply: ' || 'l_reqresp_rec.beperrcode: ' || l_reqresp_rec.beperrcode);
3582: arp_standard.debug('Apply: ' || 'l_reqresp_rec.beperrmessage: ' || l_reqresp_rec.beperrmessage);
3583: arp_standard.debug('Apply: ' || 'NVL(l_reqresp_rec.response.status,0): ' || to_char(NVL(l_reqresp_rec.response.status,0)));

Line 3580: arp_standard.debug('Apply: ' || 'l_reqresp_rec.errorlocation: ' || l_reqresp_rec.errorlocation);

3576: IF PG_DEBUG in ('Y', 'C') THEN
3577: arp_standard.debug('Apply: ' || '-------------------------------------');
3578: arp_standard.debug('Apply: ' || 'l_reqresp_rec.response.errcode: ' || l_reqresp_rec.response.errcode);
3579: arp_standard.debug('Apply: ' || 'l_reqresp_rec.response.errmessage: ' || l_reqresp_rec.response.errmessage);
3580: arp_standard.debug('Apply: ' || 'l_reqresp_rec.errorlocation: ' || l_reqresp_rec.errorlocation);
3581: arp_standard.debug('Apply: ' || 'l_reqresp_rec.beperrcode: ' || l_reqresp_rec.beperrcode);
3582: arp_standard.debug('Apply: ' || 'l_reqresp_rec.beperrmessage: ' || l_reqresp_rec.beperrmessage);
3583: arp_standard.debug('Apply: ' || 'NVL(l_reqresp_rec.response.status,0): ' || to_char(NVL(l_reqresp_rec.response.status,0)));
3584: arp_standard.debug('Apply: ' || 'Authcode: ' || l_reqresp_rec.authcode);

Line 3581: arp_standard.debug('Apply: ' || 'l_reqresp_rec.beperrcode: ' || l_reqresp_rec.beperrcode);

3577: arp_standard.debug('Apply: ' || '-------------------------------------');
3578: arp_standard.debug('Apply: ' || 'l_reqresp_rec.response.errcode: ' || l_reqresp_rec.response.errcode);
3579: arp_standard.debug('Apply: ' || 'l_reqresp_rec.response.errmessage: ' || l_reqresp_rec.response.errmessage);
3580: arp_standard.debug('Apply: ' || 'l_reqresp_rec.errorlocation: ' || l_reqresp_rec.errorlocation);
3581: arp_standard.debug('Apply: ' || 'l_reqresp_rec.beperrcode: ' || l_reqresp_rec.beperrcode);
3582: arp_standard.debug('Apply: ' || 'l_reqresp_rec.beperrmessage: ' || l_reqresp_rec.beperrmessage);
3583: arp_standard.debug('Apply: ' || 'NVL(l_reqresp_rec.response.status,0): ' || to_char(NVL(l_reqresp_rec.response.status,0)));
3584: arp_standard.debug('Apply: ' || 'Authcode: ' || l_reqresp_rec.authcode);
3585: arp_standard.debug('Apply: ' || 'Trxn ID: ' || l_reqresp_rec.Trxn_ID);

Line 3582: arp_standard.debug('Apply: ' || 'l_reqresp_rec.beperrmessage: ' || l_reqresp_rec.beperrmessage);

3578: arp_standard.debug('Apply: ' || 'l_reqresp_rec.response.errcode: ' || l_reqresp_rec.response.errcode);
3579: arp_standard.debug('Apply: ' || 'l_reqresp_rec.response.errmessage: ' || l_reqresp_rec.response.errmessage);
3580: arp_standard.debug('Apply: ' || 'l_reqresp_rec.errorlocation: ' || l_reqresp_rec.errorlocation);
3581: arp_standard.debug('Apply: ' || 'l_reqresp_rec.beperrcode: ' || l_reqresp_rec.beperrcode);
3582: arp_standard.debug('Apply: ' || 'l_reqresp_rec.beperrmessage: ' || l_reqresp_rec.beperrmessage);
3583: arp_standard.debug('Apply: ' || 'NVL(l_reqresp_rec.response.status,0): ' || to_char(NVL(l_reqresp_rec.response.status,0)));
3584: arp_standard.debug('Apply: ' || 'Authcode: ' || l_reqresp_rec.authcode);
3585: arp_standard.debug('Apply: ' || 'Trxn ID: ' || l_reqresp_rec.Trxn_ID);
3586: arp_standard.debug('Apply: ' || '-------------------------------------');

Line 3583: arp_standard.debug('Apply: ' || 'NVL(l_reqresp_rec.response.status,0): ' || to_char(NVL(l_reqresp_rec.response.status,0)));

3579: arp_standard.debug('Apply: ' || 'l_reqresp_rec.response.errmessage: ' || l_reqresp_rec.response.errmessage);
3580: arp_standard.debug('Apply: ' || 'l_reqresp_rec.errorlocation: ' || l_reqresp_rec.errorlocation);
3581: arp_standard.debug('Apply: ' || 'l_reqresp_rec.beperrcode: ' || l_reqresp_rec.beperrcode);
3582: arp_standard.debug('Apply: ' || 'l_reqresp_rec.beperrmessage: ' || l_reqresp_rec.beperrmessage);
3583: arp_standard.debug('Apply: ' || 'NVL(l_reqresp_rec.response.status,0): ' || to_char(NVL(l_reqresp_rec.response.status,0)));
3584: arp_standard.debug('Apply: ' || 'Authcode: ' || l_reqresp_rec.authcode);
3585: arp_standard.debug('Apply: ' || 'Trxn ID: ' || l_reqresp_rec.Trxn_ID);
3586: arp_standard.debug('Apply: ' || '-------------------------------------');
3587: END IF;

Line 3584: arp_standard.debug('Apply: ' || 'Authcode: ' || l_reqresp_rec.authcode);

3580: arp_standard.debug('Apply: ' || 'l_reqresp_rec.errorlocation: ' || l_reqresp_rec.errorlocation);
3581: arp_standard.debug('Apply: ' || 'l_reqresp_rec.beperrcode: ' || l_reqresp_rec.beperrcode);
3582: arp_standard.debug('Apply: ' || 'l_reqresp_rec.beperrmessage: ' || l_reqresp_rec.beperrmessage);
3583: arp_standard.debug('Apply: ' || 'NVL(l_reqresp_rec.response.status,0): ' || to_char(NVL(l_reqresp_rec.response.status,0)));
3584: arp_standard.debug('Apply: ' || 'Authcode: ' || l_reqresp_rec.authcode);
3585: arp_standard.debug('Apply: ' || 'Trxn ID: ' || l_reqresp_rec.Trxn_ID);
3586: arp_standard.debug('Apply: ' || '-------------------------------------');
3587: END IF;
3588:

Line 3585: arp_standard.debug('Apply: ' || 'Trxn ID: ' || l_reqresp_rec.Trxn_ID);

3581: arp_standard.debug('Apply: ' || 'l_reqresp_rec.beperrcode: ' || l_reqresp_rec.beperrcode);
3582: arp_standard.debug('Apply: ' || 'l_reqresp_rec.beperrmessage: ' || l_reqresp_rec.beperrmessage);
3583: arp_standard.debug('Apply: ' || 'NVL(l_reqresp_rec.response.status,0): ' || to_char(NVL(l_reqresp_rec.response.status,0)));
3584: arp_standard.debug('Apply: ' || 'Authcode: ' || l_reqresp_rec.authcode);
3585: arp_standard.debug('Apply: ' || 'Trxn ID: ' || l_reqresp_rec.Trxn_ID);
3586: arp_standard.debug('Apply: ' || '-------------------------------------');
3587: END IF;
3588:
3589: -- check if call was successful

Line 3586: arp_standard.debug('Apply: ' || '-------------------------------------');

3582: arp_standard.debug('Apply: ' || 'l_reqresp_rec.beperrmessage: ' || l_reqresp_rec.beperrmessage);
3583: arp_standard.debug('Apply: ' || 'NVL(l_reqresp_rec.response.status,0): ' || to_char(NVL(l_reqresp_rec.response.status,0)));
3584: arp_standard.debug('Apply: ' || 'Authcode: ' || l_reqresp_rec.authcode);
3585: arp_standard.debug('Apply: ' || 'Trxn ID: ' || l_reqresp_rec.Trxn_ID);
3586: arp_standard.debug('Apply: ' || '-------------------------------------');
3587: END IF;
3588:
3589: -- check if call was successful
3590: --Add message to message stack only it it is called from iReceivables

Line 3595: arp_standard.debug('Apply: ' || 'l_MSG_COUNT=>'||to_char(l_MSG_COUNT));

3591: --if not pass the message stack received from iPayment
3592:
3593: IF (NVL(p_called_from,'NONE') = 'IREC') THEN
3594: IF PG_DEBUG in ('Y', 'C') THEN
3595: arp_standard.debug('Apply: ' || 'l_MSG_COUNT=>'||to_char(l_MSG_COUNT));
3596: END IF;
3597: fnd_msg_pub.dump_list;
3598: IF PG_DEBUG in ('Y', 'C') THEN
3599: arp_standard.debug('Apply: ' || 'Errors: ');

Line 3599: arp_standard.debug('Apply: ' || 'Errors: ');

3595: arp_standard.debug('Apply: ' || 'l_MSG_COUNT=>'||to_char(l_MSG_COUNT));
3596: END IF;
3597: fnd_msg_pub.dump_list;
3598: IF PG_DEBUG in ('Y', 'C') THEN
3599: arp_standard.debug('Apply: ' || 'Errors: ');
3600: END IF;
3601: IF(l_MSG_COUNT=1) THEN
3602: IF PG_DEBUG in ('Y', 'C') THEN
3603: arp_standard.debug('Apply: ' || l_MSG_DATA);

Line 3603: arp_standard.debug('Apply: ' || l_MSG_DATA);

3599: arp_standard.debug('Apply: ' || 'Errors: ');
3600: END IF;
3601: IF(l_MSG_COUNT=1) THEN
3602: IF PG_DEBUG in ('Y', 'C') THEN
3603: arp_standard.debug('Apply: ' || l_MSG_DATA);
3604: END IF;
3605: ELSIF(l_MSG_COUNT>1)THEN
3606: LOOP
3607: l_MSG_DATA:=FND_MSG_PUB.GET(p_encoded=>FND_API.G_FALSE);

Line 3612: arp_standard.debug('Apply: ' || l_MSG_DATA);

3608: IF (l_MSG_DATA IS NULL)THEN
3609: EXIT;
3610: END IF;
3611: IF PG_DEBUG in ('Y', 'C') THEN
3612: arp_standard.debug('Apply: ' || l_MSG_DATA);
3613: END IF;
3614: END LOOP;
3615: END IF;
3616: END IF;

Line 3644: arp_standard.debug('Apply: ' || 'CR rec updated with payment server auth code');

3640: l_cr_rec.payment_server_order_num := l_tangible_rec.tangible_id;
3641: ARP_CASH_RECEIPTS_PKG.update_p(l_cr_rec, p_cash_receipt_id);
3642:
3643: IF PG_DEBUG in ('Y', 'C') THEN
3644: arp_standard.debug('Apply: ' || 'CR rec updated with payment server auth code');
3645: END IF;
3646:
3647: -- see if capture is also required
3648:

Line 3652: arp_standard.debug('Apply: ' || 'starting capture...');

3648:
3649: if (l_action = 'AUTHANDCAPTURE') then
3650:
3651: IF PG_DEBUG in ('Y', 'C') THEN
3652: arp_standard.debug('Apply: ' || 'starting capture...');
3653: END IF;
3654:
3655: -- Step 2: (optional): capture funds
3656:

Line 3682: arp_standard.debug('Apply: ' || 'l_return_status: ' || l_return_status);

3678: p_capturetrxn_rec => l_capturetrxn_rec,
3679: x_capresp_rec => l_capresp_rec);
3680:
3681: IF PG_DEBUG in ('Y', 'C') THEN
3682: arp_standard.debug('Apply: ' || 'l_return_status: ' || l_return_status);
3683: END IF;
3684:
3685: x_msg_count := l_msg_count;
3686: x_msg_data := l_msg_data;

Line 3691: arp_standard.debug('Apply: ' || 'l_MSG_COUNT=>'||to_char(l_MSG_COUNT));

3687: p_response_error_code := l_capresp_rec.response.errcode;
3688:
3689: IF (NVL(p_called_from,'NONE') = 'IREC') THEN
3690: IF PG_DEBUG in ('Y', 'C') THEN
3691: arp_standard.debug('Apply: ' || 'l_MSG_COUNT=>'||to_char(l_MSG_COUNT));
3692: END IF;
3693: fnd_msg_pub.dump_list;
3694: IF PG_DEBUG in ('Y', 'C') THEN
3695: arp_standard.debug('Apply: ' || 'Errors: ');

Line 3695: arp_standard.debug('Apply: ' || 'Errors: ');

3691: arp_standard.debug('Apply: ' || 'l_MSG_COUNT=>'||to_char(l_MSG_COUNT));
3692: END IF;
3693: fnd_msg_pub.dump_list;
3694: IF PG_DEBUG in ('Y', 'C') THEN
3695: arp_standard.debug('Apply: ' || 'Errors: ');
3696: END IF;
3697: IF(l_MSG_COUNT=1) THEN
3698: IF PG_DEBUG in ('Y', 'C') THEN
3699: arp_standard.debug('Apply: ' || l_MSG_DATA);

Line 3699: arp_standard.debug('Apply: ' || l_MSG_DATA);

3695: arp_standard.debug('Apply: ' || 'Errors: ');
3696: END IF;
3697: IF(l_MSG_COUNT=1) THEN
3698: IF PG_DEBUG in ('Y', 'C') THEN
3699: arp_standard.debug('Apply: ' || l_MSG_DATA);
3700: END IF;
3701: ELSIF(l_MSG_COUNT>1)THEN
3702: LOOP
3703: l_MSG_DATA:=FND_MSG_PUB.GET(p_encoded=>FND_API.G_FALSE);

Line 3708: arp_standard.debug('Apply: ' || l_MSG_DATA);

3704: IF (l_MSG_DATA IS NULL)THEN
3705: EXIT;
3706: END IF;
3707: IF PG_DEBUG in ('Y', 'C') THEN
3708: arp_standard.debug('Apply: ' || l_MSG_DATA);
3709: END IF;
3710: END LOOP;
3711: END IF;
3712: END IF;

Line 3715: arp_standard.debug('Apply: ' || '-------------------------------------');

3711: END IF;
3712: END IF;
3713:
3714: IF PG_DEBUG in ('Y', 'C') THEN
3715: arp_standard.debug('Apply: ' || '-------------------------------------');
3716: arp_standard.debug('Apply: ' || 'l_capresp_rec.response.errcode: ' || l_capresp_rec.response.errcode);
3717: arp_standard.debug('Apply: ' || 'l_capresp_rec.response.errmessage: ' || l_capresp_rec.response.errmessage);
3718: arp_standard.debug('Apply: ' || 'l_capresp_rec.errorlocation: ' || l_capresp_rec.errorlocation);
3719: arp_standard.debug('Apply: ' || 'l_capresp_rec.beperrcode: ' || l_capresp_rec.beperrcode);

Line 3716: arp_standard.debug('Apply: ' || 'l_capresp_rec.response.errcode: ' || l_capresp_rec.response.errcode);

3712: END IF;
3713:
3714: IF PG_DEBUG in ('Y', 'C') THEN
3715: arp_standard.debug('Apply: ' || '-------------------------------------');
3716: arp_standard.debug('Apply: ' || 'l_capresp_rec.response.errcode: ' || l_capresp_rec.response.errcode);
3717: arp_standard.debug('Apply: ' || 'l_capresp_rec.response.errmessage: ' || l_capresp_rec.response.errmessage);
3718: arp_standard.debug('Apply: ' || 'l_capresp_rec.errorlocation: ' || l_capresp_rec.errorlocation);
3719: arp_standard.debug('Apply: ' || 'l_capresp_rec.beperrcode: ' || l_capresp_rec.beperrcode);
3720: arp_standard.debug('Apply: ' || 'l_capresp_rec.beperrmessage: ' || l_capresp_rec.beperrmessage);

Line 3717: arp_standard.debug('Apply: ' || 'l_capresp_rec.response.errmessage: ' || l_capresp_rec.response.errmessage);

3713:
3714: IF PG_DEBUG in ('Y', 'C') THEN
3715: arp_standard.debug('Apply: ' || '-------------------------------------');
3716: arp_standard.debug('Apply: ' || 'l_capresp_rec.response.errcode: ' || l_capresp_rec.response.errcode);
3717: arp_standard.debug('Apply: ' || 'l_capresp_rec.response.errmessage: ' || l_capresp_rec.response.errmessage);
3718: arp_standard.debug('Apply: ' || 'l_capresp_rec.errorlocation: ' || l_capresp_rec.errorlocation);
3719: arp_standard.debug('Apply: ' || 'l_capresp_rec.beperrcode: ' || l_capresp_rec.beperrcode);
3720: arp_standard.debug('Apply: ' || 'l_capresp_rec.beperrmessage: ' || l_capresp_rec.beperrmessage);
3721: arp_standard.debug('Apply: ' || 'NVL(l_capresp_rec.response.status,0): ' || to_char(NVL(l_capresp_rec.response.status,0)));

Line 3718: arp_standard.debug('Apply: ' || 'l_capresp_rec.errorlocation: ' || l_capresp_rec.errorlocation);

3714: IF PG_DEBUG in ('Y', 'C') THEN
3715: arp_standard.debug('Apply: ' || '-------------------------------------');
3716: arp_standard.debug('Apply: ' || 'l_capresp_rec.response.errcode: ' || l_capresp_rec.response.errcode);
3717: arp_standard.debug('Apply: ' || 'l_capresp_rec.response.errmessage: ' || l_capresp_rec.response.errmessage);
3718: arp_standard.debug('Apply: ' || 'l_capresp_rec.errorlocation: ' || l_capresp_rec.errorlocation);
3719: arp_standard.debug('Apply: ' || 'l_capresp_rec.beperrcode: ' || l_capresp_rec.beperrcode);
3720: arp_standard.debug('Apply: ' || 'l_capresp_rec.beperrmessage: ' || l_capresp_rec.beperrmessage);
3721: arp_standard.debug('Apply: ' || 'NVL(l_capresp_rec.response.status,0): ' || to_char(NVL(l_capresp_rec.response.status,0)));
3722: arp_standard.debug('Apply: ' || 'PmtInstr_Type: ' || l_capresp_rec.PmtInstr_Type);

Line 3719: arp_standard.debug('Apply: ' || 'l_capresp_rec.beperrcode: ' || l_capresp_rec.beperrcode);

3715: arp_standard.debug('Apply: ' || '-------------------------------------');
3716: arp_standard.debug('Apply: ' || 'l_capresp_rec.response.errcode: ' || l_capresp_rec.response.errcode);
3717: arp_standard.debug('Apply: ' || 'l_capresp_rec.response.errmessage: ' || l_capresp_rec.response.errmessage);
3718: arp_standard.debug('Apply: ' || 'l_capresp_rec.errorlocation: ' || l_capresp_rec.errorlocation);
3719: arp_standard.debug('Apply: ' || 'l_capresp_rec.beperrcode: ' || l_capresp_rec.beperrcode);
3720: arp_standard.debug('Apply: ' || 'l_capresp_rec.beperrmessage: ' || l_capresp_rec.beperrmessage);
3721: arp_standard.debug('Apply: ' || 'NVL(l_capresp_rec.response.status,0): ' || to_char(NVL(l_capresp_rec.response.status,0)));
3722: arp_standard.debug('Apply: ' || 'PmtInstr_Type: ' || l_capresp_rec.PmtInstr_Type);
3723: arp_standard.debug('Apply: ' || 'Trxn ID: ' || l_capresp_rec.Trxn_ID);

Line 3720: arp_standard.debug('Apply: ' || 'l_capresp_rec.beperrmessage: ' || l_capresp_rec.beperrmessage);

3716: arp_standard.debug('Apply: ' || 'l_capresp_rec.response.errcode: ' || l_capresp_rec.response.errcode);
3717: arp_standard.debug('Apply: ' || 'l_capresp_rec.response.errmessage: ' || l_capresp_rec.response.errmessage);
3718: arp_standard.debug('Apply: ' || 'l_capresp_rec.errorlocation: ' || l_capresp_rec.errorlocation);
3719: arp_standard.debug('Apply: ' || 'l_capresp_rec.beperrcode: ' || l_capresp_rec.beperrcode);
3720: arp_standard.debug('Apply: ' || 'l_capresp_rec.beperrmessage: ' || l_capresp_rec.beperrmessage);
3721: arp_standard.debug('Apply: ' || 'NVL(l_capresp_rec.response.status,0): ' || to_char(NVL(l_capresp_rec.response.status,0)));
3722: arp_standard.debug('Apply: ' || 'PmtInstr_Type: ' || l_capresp_rec.PmtInstr_Type);
3723: arp_standard.debug('Apply: ' || 'Trxn ID: ' || l_capresp_rec.Trxn_ID);
3724: arp_standard.debug('Apply: ' || '-------------------------------------');

Line 3721: arp_standard.debug('Apply: ' || 'NVL(l_capresp_rec.response.status,0): ' || to_char(NVL(l_capresp_rec.response.status,0)));

3717: arp_standard.debug('Apply: ' || 'l_capresp_rec.response.errmessage: ' || l_capresp_rec.response.errmessage);
3718: arp_standard.debug('Apply: ' || 'l_capresp_rec.errorlocation: ' || l_capresp_rec.errorlocation);
3719: arp_standard.debug('Apply: ' || 'l_capresp_rec.beperrcode: ' || l_capresp_rec.beperrcode);
3720: arp_standard.debug('Apply: ' || 'l_capresp_rec.beperrmessage: ' || l_capresp_rec.beperrmessage);
3721: arp_standard.debug('Apply: ' || 'NVL(l_capresp_rec.response.status,0): ' || to_char(NVL(l_capresp_rec.response.status,0)));
3722: arp_standard.debug('Apply: ' || 'PmtInstr_Type: ' || l_capresp_rec.PmtInstr_Type);
3723: arp_standard.debug('Apply: ' || 'Trxn ID: ' || l_capresp_rec.Trxn_ID);
3724: arp_standard.debug('Apply: ' || '-------------------------------------');
3725: END IF;

Line 3722: arp_standard.debug('Apply: ' || 'PmtInstr_Type: ' || l_capresp_rec.PmtInstr_Type);

3718: arp_standard.debug('Apply: ' || 'l_capresp_rec.errorlocation: ' || l_capresp_rec.errorlocation);
3719: arp_standard.debug('Apply: ' || 'l_capresp_rec.beperrcode: ' || l_capresp_rec.beperrcode);
3720: arp_standard.debug('Apply: ' || 'l_capresp_rec.beperrmessage: ' || l_capresp_rec.beperrmessage);
3721: arp_standard.debug('Apply: ' || 'NVL(l_capresp_rec.response.status,0): ' || to_char(NVL(l_capresp_rec.response.status,0)));
3722: arp_standard.debug('Apply: ' || 'PmtInstr_Type: ' || l_capresp_rec.PmtInstr_Type);
3723: arp_standard.debug('Apply: ' || 'Trxn ID: ' || l_capresp_rec.Trxn_ID);
3724: arp_standard.debug('Apply: ' || '-------------------------------------');
3725: END IF;
3726:

Line 3723: arp_standard.debug('Apply: ' || 'Trxn ID: ' || l_capresp_rec.Trxn_ID);

3719: arp_standard.debug('Apply: ' || 'l_capresp_rec.beperrcode: ' || l_capresp_rec.beperrcode);
3720: arp_standard.debug('Apply: ' || 'l_capresp_rec.beperrmessage: ' || l_capresp_rec.beperrmessage);
3721: arp_standard.debug('Apply: ' || 'NVL(l_capresp_rec.response.status,0): ' || to_char(NVL(l_capresp_rec.response.status,0)));
3722: arp_standard.debug('Apply: ' || 'PmtInstr_Type: ' || l_capresp_rec.PmtInstr_Type);
3723: arp_standard.debug('Apply: ' || 'Trxn ID: ' || l_capresp_rec.Trxn_ID);
3724: arp_standard.debug('Apply: ' || '-------------------------------------');
3725: END IF;
3726:
3727: --Add message to message stack only it it is called from iReceivables

Line 3724: arp_standard.debug('Apply: ' || '-------------------------------------');

3720: arp_standard.debug('Apply: ' || 'l_capresp_rec.beperrmessage: ' || l_capresp_rec.beperrmessage);
3721: arp_standard.debug('Apply: ' || 'NVL(l_capresp_rec.response.status,0): ' || to_char(NVL(l_capresp_rec.response.status,0)));
3722: arp_standard.debug('Apply: ' || 'PmtInstr_Type: ' || l_capresp_rec.PmtInstr_Type);
3723: arp_standard.debug('Apply: ' || 'Trxn ID: ' || l_capresp_rec.Trxn_ID);
3724: arp_standard.debug('Apply: ' || '-------------------------------------');
3725: END IF;
3726:
3727: --Add message to message stack only it it is called from iReceivables
3728: --if not pass the message stack received from iPayment

Line 3745: arp_standard.debug('Apply: ' || 'credit card bank branch is not 1 --> no CC acct');

3741:
3742: ELSE
3743:
3744: IF PG_DEBUG in ('Y', 'C') THEN
3745: arp_standard.debug('Apply: ' || 'credit card bank branch is not 1 --> no CC acct');
3746: END IF;
3747:
3748: -- currently no processing required
3749:

Line 3847: arp_standard.debug( 'Entering payment processing...');

3843: BEGIN
3844:
3845:
3846: IF PG_DEBUG in ('Y', 'C') THEN
3847: arp_standard.debug( 'Entering payment processing...');
3848: END IF;
3849:
3850:
3851: OPEN rct_info_cur;

Line 3864: arp_standard.debug('Apply: ' || 'ERROR: Creation status is ' || rct_info.creation_status);

3860: elsif rct_info.creation_status = 'CONFIRMED' THEN
3861: l_action := 'AUTHONLY';
3862: else
3863: IF PG_DEBUG in ('Y', 'C') THEN
3864: arp_standard.debug('Apply: ' || 'ERROR: Creation status is ' || rct_info.creation_status);
3865: END IF;
3866:
3867: FND_MESSAGE.set_name('AR', 'AR_PAY_PROCESS_INVALID_STATUS');
3868: FND_MSG_PUB.Add;

Line 3902: l_trxn_attribs_rec.Originating_Application_Id := arp_standard.application_id;

3898: -- set up auth_attribs record:
3899: l_auth_attribs_rec.RiskEval_Enable_Flag := 'N';
3900:
3901: -- set up trxn_attribs record:
3902: l_trxn_attribs_rec.Originating_Application_Id := arp_standard.application_id;
3903: l_trxn_attribs_rec.order_id := rct_info.receipt_number;
3904: l_trxn_attribs_rec.Trxn_Ref_Number1 := 'RECEIPT';
3905: l_trxn_attribs_rec.Trxn_Ref_Number2 := p_cash_receipt_id;
3906:

Line 3917: arp_standard.debug( 'check and then call Auth');

3913: lcr_receipt_attr.settlement_date := rct_info.receipt_date;
3914:
3915:
3916: IF PG_DEBUG in ('Y', 'C') THEN
3917: arp_standard.debug( 'check and then call Auth');
3918: END IF;
3919:
3920: -- determine whether to AUTHORIZE
3921:

Line 3927: arp_standard.debug( 'Calling get auth for pmt_trxn_extn_id ');

3923:
3924: l_trxn_entity_id := rct_info.payment_trxn_extension_id;
3925:
3926: IF PG_DEBUG in ('Y', 'C') THEN
3927: arp_standard.debug( 'Calling get auth for pmt_trxn_extn_id ');
3928: arp_standard.debug( 'l_trxn_entity_id ' || to_char(l_trxn_entity_id ) );
3929:
3930: END IF;
3931:

Line 3928: arp_standard.debug( 'l_trxn_entity_id ' || to_char(l_trxn_entity_id ) );

3924: l_trxn_entity_id := rct_info.payment_trxn_extension_id;
3925:
3926: IF PG_DEBUG in ('Y', 'C') THEN
3927: arp_standard.debug( 'Calling get auth for pmt_trxn_extn_id ');
3928: arp_standard.debug( 'l_trxn_entity_id ' || to_char(l_trxn_entity_id ) );
3929:
3930: END IF;
3931:
3932: Begin

Line 3954: arp_standard.debug ( 'the value of auth_flag is = ' || l_auth_flag);

3950: when others then
3951: l_auth_flag := 'N';
3952: End;
3953:
3954: arp_standard.debug ( 'the value of auth_flag is = ' || l_auth_flag);
3955:
3956: If l_auth_flag = 'Y' then
3957:
3958: select AUTHORIZATION_ID

Line 3963: arp_standard.debug ( 'the value of auth_id is = ' || l_auth_id);

3959: into l_auth_id
3960: from IBY_TRXN_EXT_AUTHS_V
3961: where TRXN_EXTENSION_ID = p_payment_trxn_extension_id;
3962:
3963: arp_standard.debug ( 'the value of auth_id is = ' || l_auth_id);
3964:
3965: ARP_CASH_RECEIPTS_PKG.set_to_dummy(l_cr_rec);
3966:
3967: l_cr_rec.approval_code := 'AR'||to_char(l_auth_Id);

Line 3971: arp_standard.debug('CR rec updated with auth_id and auth code ');

3967: l_cr_rec.approval_code := 'AR'||to_char(l_auth_Id);
3968:
3969: ARP_CASH_RECEIPTS_PKG.update_p(l_cr_rec, p_cash_receipt_id);
3970:
3971: arp_standard.debug('CR rec updated with auth_id and auth code ');
3972: end if;
3973:
3974:
3975:

Line 3978: arp_standard.debug('auth needs to called');

3974:
3975:
3976:
3977: IF l_auth_flag <> 'Y' then
3978: arp_standard.debug('auth needs to called');
3979:
3980: IF PG_DEBUG in ('Y', 'C') THEN
3981: arp_standard.debug( 'Calling get auth for pmt_trxn_extn_id ');
3982: arp_standard.debug( ' l_payee_rec.org_id ' || to_char(l_payee_rec.org_id) );

Line 3981: arp_standard.debug( 'Calling get auth for pmt_trxn_extn_id ');

3977: IF l_auth_flag <> 'Y' then
3978: arp_standard.debug('auth needs to called');
3979:
3980: IF PG_DEBUG in ('Y', 'C') THEN
3981: arp_standard.debug( 'Calling get auth for pmt_trxn_extn_id ');
3982: arp_standard.debug( ' l_payee_rec.org_id ' || to_char(l_payee_rec.org_id) );
3983: arp_standard.debug( ' l_payee_rec.org_type ' || to_char( l_payee_rec.org_type) );
3984: arp_standard.debug( ' l_payer_rec.Payment_Function ' || to_char( l_payer_rec.Payment_Function) );
3985: arp_standard.debug( ' l_payer_rec.Party_Id ' || to_char( l_payer_rec.Party_Id) );

Line 3982: arp_standard.debug( ' l_payee_rec.org_id ' || to_char(l_payee_rec.org_id) );

3978: arp_standard.debug('auth needs to called');
3979:
3980: IF PG_DEBUG in ('Y', 'C') THEN
3981: arp_standard.debug( 'Calling get auth for pmt_trxn_extn_id ');
3982: arp_standard.debug( ' l_payee_rec.org_id ' || to_char(l_payee_rec.org_id) );
3983: arp_standard.debug( ' l_payee_rec.org_type ' || to_char( l_payee_rec.org_type) );
3984: arp_standard.debug( ' l_payer_rec.Payment_Function ' || to_char( l_payer_rec.Payment_Function) );
3985: arp_standard.debug( ' l_payer_rec.Party_Id ' || to_char( l_payer_rec.Party_Id) );
3986: arp_standard.debug( ' l_payer_rec.org_id ' || to_char(l_payer_rec.org_id) );

Line 3983: arp_standard.debug( ' l_payee_rec.org_type ' || to_char( l_payee_rec.org_type) );

3979:
3980: IF PG_DEBUG in ('Y', 'C') THEN
3981: arp_standard.debug( 'Calling get auth for pmt_trxn_extn_id ');
3982: arp_standard.debug( ' l_payee_rec.org_id ' || to_char(l_payee_rec.org_id) );
3983: arp_standard.debug( ' l_payee_rec.org_type ' || to_char( l_payee_rec.org_type) );
3984: arp_standard.debug( ' l_payer_rec.Payment_Function ' || to_char( l_payer_rec.Payment_Function) );
3985: arp_standard.debug( ' l_payer_rec.Party_Id ' || to_char( l_payer_rec.Party_Id) );
3986: arp_standard.debug( ' l_payer_rec.org_id ' || to_char(l_payer_rec.org_id) );
3987: arp_standard.debug( ' l_payer_rec.org_type ' || to_char( l_payer_rec.org_type) );

Line 3984: arp_standard.debug( ' l_payer_rec.Payment_Function ' || to_char( l_payer_rec.Payment_Function) );

3980: IF PG_DEBUG in ('Y', 'C') THEN
3981: arp_standard.debug( 'Calling get auth for pmt_trxn_extn_id ');
3982: arp_standard.debug( ' l_payee_rec.org_id ' || to_char(l_payee_rec.org_id) );
3983: arp_standard.debug( ' l_payee_rec.org_type ' || to_char( l_payee_rec.org_type) );
3984: arp_standard.debug( ' l_payer_rec.Payment_Function ' || to_char( l_payer_rec.Payment_Function) );
3985: arp_standard.debug( ' l_payer_rec.Party_Id ' || to_char( l_payer_rec.Party_Id) );
3986: arp_standard.debug( ' l_payer_rec.org_id ' || to_char(l_payer_rec.org_id) );
3987: arp_standard.debug( ' l_payer_rec.org_type ' || to_char( l_payer_rec.org_type) );
3988: arp_standard.debug( 'l_payer_rec.Cust_Account_Id ' || to_char(l_payer_rec.Cust_Account_Id) );

Line 3985: arp_standard.debug( ' l_payer_rec.Party_Id ' || to_char( l_payer_rec.Party_Id) );

3981: arp_standard.debug( 'Calling get auth for pmt_trxn_extn_id ');
3982: arp_standard.debug( ' l_payee_rec.org_id ' || to_char(l_payee_rec.org_id) );
3983: arp_standard.debug( ' l_payee_rec.org_type ' || to_char( l_payee_rec.org_type) );
3984: arp_standard.debug( ' l_payer_rec.Payment_Function ' || to_char( l_payer_rec.Payment_Function) );
3985: arp_standard.debug( ' l_payer_rec.Party_Id ' || to_char( l_payer_rec.Party_Id) );
3986: arp_standard.debug( ' l_payer_rec.org_id ' || to_char(l_payer_rec.org_id) );
3987: arp_standard.debug( ' l_payer_rec.org_type ' || to_char( l_payer_rec.org_type) );
3988: arp_standard.debug( 'l_payer_rec.Cust_Account_Id ' || to_char(l_payer_rec.Cust_Account_Id) );
3989: arp_standard.debug( 'l_payer_rec.Account_Site_Id ' || to_char(l_payer_rec.Account_Site_Id) );

Line 3986: arp_standard.debug( ' l_payer_rec.org_id ' || to_char(l_payer_rec.org_id) );

3982: arp_standard.debug( ' l_payee_rec.org_id ' || to_char(l_payee_rec.org_id) );
3983: arp_standard.debug( ' l_payee_rec.org_type ' || to_char( l_payee_rec.org_type) );
3984: arp_standard.debug( ' l_payer_rec.Payment_Function ' || to_char( l_payer_rec.Payment_Function) );
3985: arp_standard.debug( ' l_payer_rec.Party_Id ' || to_char( l_payer_rec.Party_Id) );
3986: arp_standard.debug( ' l_payer_rec.org_id ' || to_char(l_payer_rec.org_id) );
3987: arp_standard.debug( ' l_payer_rec.org_type ' || to_char( l_payer_rec.org_type) );
3988: arp_standard.debug( 'l_payer_rec.Cust_Account_Id ' || to_char(l_payer_rec.Cust_Account_Id) );
3989: arp_standard.debug( 'l_payer_rec.Account_Site_Id ' || to_char(l_payer_rec.Account_Site_Id) );
3990: arp_standard.debug( 'l_trxn_entity_id ' || to_char(l_trxn_entity_id ) );

Line 3987: arp_standard.debug( ' l_payer_rec.org_type ' || to_char( l_payer_rec.org_type) );

3983: arp_standard.debug( ' l_payee_rec.org_type ' || to_char( l_payee_rec.org_type) );
3984: arp_standard.debug( ' l_payer_rec.Payment_Function ' || to_char( l_payer_rec.Payment_Function) );
3985: arp_standard.debug( ' l_payer_rec.Party_Id ' || to_char( l_payer_rec.Party_Id) );
3986: arp_standard.debug( ' l_payer_rec.org_id ' || to_char(l_payer_rec.org_id) );
3987: arp_standard.debug( ' l_payer_rec.org_type ' || to_char( l_payer_rec.org_type) );
3988: arp_standard.debug( 'l_payer_rec.Cust_Account_Id ' || to_char(l_payer_rec.Cust_Account_Id) );
3989: arp_standard.debug( 'l_payer_rec.Account_Site_Id ' || to_char(l_payer_rec.Account_Site_Id) );
3990: arp_standard.debug( 'l_trxn_entity_id ' || to_char(l_trxn_entity_id ) );
3991: arp_standard.debug( 'l_amount_rec.value: ' || to_char(l_amount_rec.value) );

Line 3988: arp_standard.debug( 'l_payer_rec.Cust_Account_Id ' || to_char(l_payer_rec.Cust_Account_Id) );

3984: arp_standard.debug( ' l_payer_rec.Payment_Function ' || to_char( l_payer_rec.Payment_Function) );
3985: arp_standard.debug( ' l_payer_rec.Party_Id ' || to_char( l_payer_rec.Party_Id) );
3986: arp_standard.debug( ' l_payer_rec.org_id ' || to_char(l_payer_rec.org_id) );
3987: arp_standard.debug( ' l_payer_rec.org_type ' || to_char( l_payer_rec.org_type) );
3988: arp_standard.debug( 'l_payer_rec.Cust_Account_Id ' || to_char(l_payer_rec.Cust_Account_Id) );
3989: arp_standard.debug( 'l_payer_rec.Account_Site_Id ' || to_char(l_payer_rec.Account_Site_Id) );
3990: arp_standard.debug( 'l_trxn_entity_id ' || to_char(l_trxn_entity_id ) );
3991: arp_standard.debug( 'l_amount_rec.value: ' || to_char(l_amount_rec.value) );
3992: arp_standard.debug( 'l_amount_rec.currency_code: ' || l_amount_rec.currency_code );

Line 3989: arp_standard.debug( 'l_payer_rec.Account_Site_Id ' || to_char(l_payer_rec.Account_Site_Id) );

3985: arp_standard.debug( ' l_payer_rec.Party_Id ' || to_char( l_payer_rec.Party_Id) );
3986: arp_standard.debug( ' l_payer_rec.org_id ' || to_char(l_payer_rec.org_id) );
3987: arp_standard.debug( ' l_payer_rec.org_type ' || to_char( l_payer_rec.org_type) );
3988: arp_standard.debug( 'l_payer_rec.Cust_Account_Id ' || to_char(l_payer_rec.Cust_Account_Id) );
3989: arp_standard.debug( 'l_payer_rec.Account_Site_Id ' || to_char(l_payer_rec.Account_Site_Id) );
3990: arp_standard.debug( 'l_trxn_entity_id ' || to_char(l_trxn_entity_id ) );
3991: arp_standard.debug( 'l_amount_rec.value: ' || to_char(l_amount_rec.value) );
3992: arp_standard.debug( 'l_amount_rec.currency_code: ' || l_amount_rec.currency_code );
3993:

Line 3990: arp_standard.debug( 'l_trxn_entity_id ' || to_char(l_trxn_entity_id ) );

3986: arp_standard.debug( ' l_payer_rec.org_id ' || to_char(l_payer_rec.org_id) );
3987: arp_standard.debug( ' l_payer_rec.org_type ' || to_char( l_payer_rec.org_type) );
3988: arp_standard.debug( 'l_payer_rec.Cust_Account_Id ' || to_char(l_payer_rec.Cust_Account_Id) );
3989: arp_standard.debug( 'l_payer_rec.Account_Site_Id ' || to_char(l_payer_rec.Account_Site_Id) );
3990: arp_standard.debug( 'l_trxn_entity_id ' || to_char(l_trxn_entity_id ) );
3991: arp_standard.debug( 'l_amount_rec.value: ' || to_char(l_amount_rec.value) );
3992: arp_standard.debug( 'l_amount_rec.currency_code: ' || l_amount_rec.currency_code );
3993:
3994: arp_standard.debug( 'Calling get_auth for pmt_trxn_extn_id ');

Line 3991: arp_standard.debug( 'l_amount_rec.value: ' || to_char(l_amount_rec.value) );

3987: arp_standard.debug( ' l_payer_rec.org_type ' || to_char( l_payer_rec.org_type) );
3988: arp_standard.debug( 'l_payer_rec.Cust_Account_Id ' || to_char(l_payer_rec.Cust_Account_Id) );
3989: arp_standard.debug( 'l_payer_rec.Account_Site_Id ' || to_char(l_payer_rec.Account_Site_Id) );
3990: arp_standard.debug( 'l_trxn_entity_id ' || to_char(l_trxn_entity_id ) );
3991: arp_standard.debug( 'l_amount_rec.value: ' || to_char(l_amount_rec.value) );
3992: arp_standard.debug( 'l_amount_rec.currency_code: ' || l_amount_rec.currency_code );
3993:
3994: arp_standard.debug( 'Calling get_auth for pmt_trxn_extn_id ');
3995: END IF;

Line 3992: arp_standard.debug( 'l_amount_rec.currency_code: ' || l_amount_rec.currency_code );

3988: arp_standard.debug( 'l_payer_rec.Cust_Account_Id ' || to_char(l_payer_rec.Cust_Account_Id) );
3989: arp_standard.debug( 'l_payer_rec.Account_Site_Id ' || to_char(l_payer_rec.Account_Site_Id) );
3990: arp_standard.debug( 'l_trxn_entity_id ' || to_char(l_trxn_entity_id ) );
3991: arp_standard.debug( 'l_amount_rec.value: ' || to_char(l_amount_rec.value) );
3992: arp_standard.debug( 'l_amount_rec.currency_code: ' || l_amount_rec.currency_code );
3993:
3994: arp_standard.debug( 'Calling get_auth for pmt_trxn_extn_id ');
3995: END IF;
3996:

Line 3994: arp_standard.debug( 'Calling get_auth for pmt_trxn_extn_id ');

3990: arp_standard.debug( 'l_trxn_entity_id ' || to_char(l_trxn_entity_id ) );
3991: arp_standard.debug( 'l_amount_rec.value: ' || to_char(l_amount_rec.value) );
3992: arp_standard.debug( 'l_amount_rec.currency_code: ' || l_amount_rec.currency_code );
3993:
3994: arp_standard.debug( 'Calling get_auth for pmt_trxn_extn_id ');
3995: END IF;
3996:
3997:
3998: IBY_FNDCPT_TRXN_PUB.Create_Authorization(

Line 4017: arp_standard.debug('x_return_status :<' || l_return_status || '>');

4013:
4014: x_msg_count := l_msg_count;
4015: x_msg_data := l_msg_data;
4016:
4017: arp_standard.debug('x_return_status :<' || l_return_status || '>');
4018: arp_standard.debug('x_msg_count :<' || l_msg_count || '>');
4019:
4020: FOR i IN 1..l_msg_count LOOP
4021: arp_standard.debug('x_msg #' || TO_CHAR(i) || ' = <' ||

Line 4018: arp_standard.debug('x_msg_count :<' || l_msg_count || '>');

4014: x_msg_count := l_msg_count;
4015: x_msg_data := l_msg_data;
4016:
4017: arp_standard.debug('x_return_status :<' || l_return_status || '>');
4018: arp_standard.debug('x_msg_count :<' || l_msg_count || '>');
4019:
4020: FOR i IN 1..l_msg_count LOOP
4021: arp_standard.debug('x_msg #' || TO_CHAR(i) || ' = <' ||
4022: SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,150) || '>');

Line 4021: arp_standard.debug('x_msg #' || TO_CHAR(i) || ' = <' ||

4017: arp_standard.debug('x_return_status :<' || l_return_status || '>');
4018: arp_standard.debug('x_msg_count :<' || l_msg_count || '>');
4019:
4020: FOR i IN 1..l_msg_count LOOP
4021: arp_standard.debug('x_msg #' || TO_CHAR(i) || ' = <' ||
4022: SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,150) || '>');
4023: END LOOP;
4024:
4025: IF PG_DEBUG in ('Y', 'C') THEN

Line 4026: arp_standard.debug( '-------------------------------------');

4022: SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,150) || '>');
4023: END LOOP;
4024:
4025: IF PG_DEBUG in ('Y', 'C') THEN
4026: arp_standard.debug( '-------------------------------------');
4027: arp_standard.debug( 'l_response_rec.Result_Code: ' || l_response_rec.Result_Code);
4028: arp_standard.debug( 'l_response_rec.Result_Category: ' || l_response_rec.Result_Category);
4029: arp_standard.debug( 'l_response_rec.Result_message : ' || l_response_rec.Result_message );
4030: arp_standard.debug( 'l_authresult_rec.Auth_Id: ' || l_authresult_rec.Auth_Id);

Line 4027: arp_standard.debug( 'l_response_rec.Result_Code: ' || l_response_rec.Result_Code);

4023: END LOOP;
4024:
4025: IF PG_DEBUG in ('Y', 'C') THEN
4026: arp_standard.debug( '-------------------------------------');
4027: arp_standard.debug( 'l_response_rec.Result_Code: ' || l_response_rec.Result_Code);
4028: arp_standard.debug( 'l_response_rec.Result_Category: ' || l_response_rec.Result_Category);
4029: arp_standard.debug( 'l_response_rec.Result_message : ' || l_response_rec.Result_message );
4030: arp_standard.debug( 'l_authresult_rec.Auth_Id: ' || l_authresult_rec.Auth_Id);
4031: arp_standard.debug( 'l_authresult_rec.Auth_Date: ' || l_authresult_rec.Auth_Date);

Line 4028: arp_standard.debug( 'l_response_rec.Result_Category: ' || l_response_rec.Result_Category);

4024:
4025: IF PG_DEBUG in ('Y', 'C') THEN
4026: arp_standard.debug( '-------------------------------------');
4027: arp_standard.debug( 'l_response_rec.Result_Code: ' || l_response_rec.Result_Code);
4028: arp_standard.debug( 'l_response_rec.Result_Category: ' || l_response_rec.Result_Category);
4029: arp_standard.debug( 'l_response_rec.Result_message : ' || l_response_rec.Result_message );
4030: arp_standard.debug( 'l_authresult_rec.Auth_Id: ' || l_authresult_rec.Auth_Id);
4031: arp_standard.debug( 'l_authresult_rec.Auth_Date: ' || l_authresult_rec.Auth_Date);
4032: arp_standard.debug( 'l_authresult_rec.Auth_Code: ' || l_authresult_rec.Auth_Code);

Line 4029: arp_standard.debug( 'l_response_rec.Result_message : ' || l_response_rec.Result_message );

4025: IF PG_DEBUG in ('Y', 'C') THEN
4026: arp_standard.debug( '-------------------------------------');
4027: arp_standard.debug( 'l_response_rec.Result_Code: ' || l_response_rec.Result_Code);
4028: arp_standard.debug( 'l_response_rec.Result_Category: ' || l_response_rec.Result_Category);
4029: arp_standard.debug( 'l_response_rec.Result_message : ' || l_response_rec.Result_message );
4030: arp_standard.debug( 'l_authresult_rec.Auth_Id: ' || l_authresult_rec.Auth_Id);
4031: arp_standard.debug( 'l_authresult_rec.Auth_Date: ' || l_authresult_rec.Auth_Date);
4032: arp_standard.debug( 'l_authresult_rec.Auth_Code: ' || l_authresult_rec.Auth_Code);
4033: arp_standard.debug( 'l_authresult_rec.AVS_Code: ' || l_authresult_rec.AVS_Code);

Line 4030: arp_standard.debug( 'l_authresult_rec.Auth_Id: ' || l_authresult_rec.Auth_Id);

4026: arp_standard.debug( '-------------------------------------');
4027: arp_standard.debug( 'l_response_rec.Result_Code: ' || l_response_rec.Result_Code);
4028: arp_standard.debug( 'l_response_rec.Result_Category: ' || l_response_rec.Result_Category);
4029: arp_standard.debug( 'l_response_rec.Result_message : ' || l_response_rec.Result_message );
4030: arp_standard.debug( 'l_authresult_rec.Auth_Id: ' || l_authresult_rec.Auth_Id);
4031: arp_standard.debug( 'l_authresult_rec.Auth_Date: ' || l_authresult_rec.Auth_Date);
4032: arp_standard.debug( 'l_authresult_rec.Auth_Code: ' || l_authresult_rec.Auth_Code);
4033: arp_standard.debug( 'l_authresult_rec.AVS_Code: ' || l_authresult_rec.AVS_Code);
4034: arp_standard.debug( 'l_authresult_rec.Instr_SecCode_Check:'|| l_authresult_rec.Instr_SecCode_Check);

Line 4031: arp_standard.debug( 'l_authresult_rec.Auth_Date: ' || l_authresult_rec.Auth_Date);

4027: arp_standard.debug( 'l_response_rec.Result_Code: ' || l_response_rec.Result_Code);
4028: arp_standard.debug( 'l_response_rec.Result_Category: ' || l_response_rec.Result_Category);
4029: arp_standard.debug( 'l_response_rec.Result_message : ' || l_response_rec.Result_message );
4030: arp_standard.debug( 'l_authresult_rec.Auth_Id: ' || l_authresult_rec.Auth_Id);
4031: arp_standard.debug( 'l_authresult_rec.Auth_Date: ' || l_authresult_rec.Auth_Date);
4032: arp_standard.debug( 'l_authresult_rec.Auth_Code: ' || l_authresult_rec.Auth_Code);
4033: arp_standard.debug( 'l_authresult_rec.AVS_Code: ' || l_authresult_rec.AVS_Code);
4034: arp_standard.debug( 'l_authresult_rec.Instr_SecCode_Check:'|| l_authresult_rec.Instr_SecCode_Check);
4035: arp_standard.debug( 'l_authresult_rec.PaymentSys_Code: ' || l_authresult_rec.PaymentSys_Code);

Line 4032: arp_standard.debug( 'l_authresult_rec.Auth_Code: ' || l_authresult_rec.Auth_Code);

4028: arp_standard.debug( 'l_response_rec.Result_Category: ' || l_response_rec.Result_Category);
4029: arp_standard.debug( 'l_response_rec.Result_message : ' || l_response_rec.Result_message );
4030: arp_standard.debug( 'l_authresult_rec.Auth_Id: ' || l_authresult_rec.Auth_Id);
4031: arp_standard.debug( 'l_authresult_rec.Auth_Date: ' || l_authresult_rec.Auth_Date);
4032: arp_standard.debug( 'l_authresult_rec.Auth_Code: ' || l_authresult_rec.Auth_Code);
4033: arp_standard.debug( 'l_authresult_rec.AVS_Code: ' || l_authresult_rec.AVS_Code);
4034: arp_standard.debug( 'l_authresult_rec.Instr_SecCode_Check:'|| l_authresult_rec.Instr_SecCode_Check);
4035: arp_standard.debug( 'l_authresult_rec.PaymentSys_Code: ' || l_authresult_rec.PaymentSys_Code);
4036: arp_standard.debug( 'l_authresult_rec.PaymentSys_Msg: ' || l_authresult_rec.PaymentSys_Msg);

Line 4033: arp_standard.debug( 'l_authresult_rec.AVS_Code: ' || l_authresult_rec.AVS_Code);

4029: arp_standard.debug( 'l_response_rec.Result_message : ' || l_response_rec.Result_message );
4030: arp_standard.debug( 'l_authresult_rec.Auth_Id: ' || l_authresult_rec.Auth_Id);
4031: arp_standard.debug( 'l_authresult_rec.Auth_Date: ' || l_authresult_rec.Auth_Date);
4032: arp_standard.debug( 'l_authresult_rec.Auth_Code: ' || l_authresult_rec.Auth_Code);
4033: arp_standard.debug( 'l_authresult_rec.AVS_Code: ' || l_authresult_rec.AVS_Code);
4034: arp_standard.debug( 'l_authresult_rec.Instr_SecCode_Check:'|| l_authresult_rec.Instr_SecCode_Check);
4035: arp_standard.debug( 'l_authresult_rec.PaymentSys_Code: ' || l_authresult_rec.PaymentSys_Code);
4036: arp_standard.debug( 'l_authresult_rec.PaymentSys_Msg: ' || l_authresult_rec.PaymentSys_Msg);
4037: -- arp_standard.debug( 'l_authresult_rec.Risk_Result: ' || l_authresult_rec.Risk_Result);

Line 4034: arp_standard.debug( 'l_authresult_rec.Instr_SecCode_Check:'|| l_authresult_rec.Instr_SecCode_Check);

4030: arp_standard.debug( 'l_authresult_rec.Auth_Id: ' || l_authresult_rec.Auth_Id);
4031: arp_standard.debug( 'l_authresult_rec.Auth_Date: ' || l_authresult_rec.Auth_Date);
4032: arp_standard.debug( 'l_authresult_rec.Auth_Code: ' || l_authresult_rec.Auth_Code);
4033: arp_standard.debug( 'l_authresult_rec.AVS_Code: ' || l_authresult_rec.AVS_Code);
4034: arp_standard.debug( 'l_authresult_rec.Instr_SecCode_Check:'|| l_authresult_rec.Instr_SecCode_Check);
4035: arp_standard.debug( 'l_authresult_rec.PaymentSys_Code: ' || l_authresult_rec.PaymentSys_Code);
4036: arp_standard.debug( 'l_authresult_rec.PaymentSys_Msg: ' || l_authresult_rec.PaymentSys_Msg);
4037: -- arp_standard.debug( 'l_authresult_rec.Risk_Result: ' || l_authresult_rec.Risk_Result);
4038:

Line 4035: arp_standard.debug( 'l_authresult_rec.PaymentSys_Code: ' || l_authresult_rec.PaymentSys_Code);

4031: arp_standard.debug( 'l_authresult_rec.Auth_Date: ' || l_authresult_rec.Auth_Date);
4032: arp_standard.debug( 'l_authresult_rec.Auth_Code: ' || l_authresult_rec.Auth_Code);
4033: arp_standard.debug( 'l_authresult_rec.AVS_Code: ' || l_authresult_rec.AVS_Code);
4034: arp_standard.debug( 'l_authresult_rec.Instr_SecCode_Check:'|| l_authresult_rec.Instr_SecCode_Check);
4035: arp_standard.debug( 'l_authresult_rec.PaymentSys_Code: ' || l_authresult_rec.PaymentSys_Code);
4036: arp_standard.debug( 'l_authresult_rec.PaymentSys_Msg: ' || l_authresult_rec.PaymentSys_Msg);
4037: -- arp_standard.debug( 'l_authresult_rec.Risk_Result: ' || l_authresult_rec.Risk_Result);
4038:
4039: END IF;

Line 4036: arp_standard.debug( 'l_authresult_rec.PaymentSys_Msg: ' || l_authresult_rec.PaymentSys_Msg);

4032: arp_standard.debug( 'l_authresult_rec.Auth_Code: ' || l_authresult_rec.Auth_Code);
4033: arp_standard.debug( 'l_authresult_rec.AVS_Code: ' || l_authresult_rec.AVS_Code);
4034: arp_standard.debug( 'l_authresult_rec.Instr_SecCode_Check:'|| l_authresult_rec.Instr_SecCode_Check);
4035: arp_standard.debug( 'l_authresult_rec.PaymentSys_Code: ' || l_authresult_rec.PaymentSys_Code);
4036: arp_standard.debug( 'l_authresult_rec.PaymentSys_Msg: ' || l_authresult_rec.PaymentSys_Msg);
4037: -- arp_standard.debug( 'l_authresult_rec.Risk_Result: ' || l_authresult_rec.Risk_Result);
4038:
4039: END IF;
4040:

Line 4037: -- arp_standard.debug( 'l_authresult_rec.Risk_Result: ' || l_authresult_rec.Risk_Result);

4033: arp_standard.debug( 'l_authresult_rec.AVS_Code: ' || l_authresult_rec.AVS_Code);
4034: arp_standard.debug( 'l_authresult_rec.Instr_SecCode_Check:'|| l_authresult_rec.Instr_SecCode_Check);
4035: arp_standard.debug( 'l_authresult_rec.PaymentSys_Code: ' || l_authresult_rec.PaymentSys_Code);
4036: arp_standard.debug( 'l_authresult_rec.PaymentSys_Msg: ' || l_authresult_rec.PaymentSys_Msg);
4037: -- arp_standard.debug( 'l_authresult_rec.Risk_Result: ' || l_authresult_rec.Risk_Result);
4038:
4039: END IF;
4040:
4041: IF (l_return_status = FND_API.G_RET_STS_SUCCESS) THEN

Line 4050: arp_standard.debug('CR rec updated with auth_id and auth code ');

4046:
4047: ARP_CASH_RECEIPTS_PKG.update_p(l_cr_rec, p_cash_receipt_id);
4048:
4049: IF PG_DEBUG in ('Y', 'C') THEN
4050: arp_standard.debug('CR rec updated with auth_id and auth code ');
4051: END IF;
4052:
4053: END IF;
4054:

Line 4061: arp_standard.debug( 'l_MSG_COUNT=>'||to_char(l_MSG_COUNT));

4057: --if not pass the message stack received from iPayment
4058:
4059: IF (NVL(p_called_from,'NONE') = 'IREC') THEN
4060: IF PG_DEBUG in ('Y', 'C') THEN
4061: arp_standard.debug( 'l_MSG_COUNT=>'||to_char(l_MSG_COUNT));
4062: END IF;
4063: fnd_msg_pub.dump_list;
4064: IF PG_DEBUG in ('Y', 'C') THEN
4065: arp_standard.debug( 'Errors: ');

Line 4065: arp_standard.debug( 'Errors: ');

4061: arp_standard.debug( 'l_MSG_COUNT=>'||to_char(l_MSG_COUNT));
4062: END IF;
4063: fnd_msg_pub.dump_list;
4064: IF PG_DEBUG in ('Y', 'C') THEN
4065: arp_standard.debug( 'Errors: ');
4066: END IF;
4067: IF(l_MSG_COUNT=1) THEN
4068: IF PG_DEBUG in ('Y', 'C') THEN
4069: arp_standard.debug( l_MSG_DATA);

Line 4069: arp_standard.debug( l_MSG_DATA);

4065: arp_standard.debug( 'Errors: ');
4066: END IF;
4067: IF(l_MSG_COUNT=1) THEN
4068: IF PG_DEBUG in ('Y', 'C') THEN
4069: arp_standard.debug( l_MSG_DATA);
4070: END IF;
4071: ELSIF(l_MSG_COUNT>1)THEN
4072: LOOP
4073: l_MSG_DATA:=FND_MSG_PUB.GET(p_encoded=>FND_API.G_FALSE);

Line 4078: arp_standard.debug( l_MSG_DATA);

4074: IF (l_MSG_DATA IS NULL)THEN
4075: EXIT;
4076: END IF;
4077: IF PG_DEBUG in ('Y', 'C') THEN
4078: arp_standard.debug( l_MSG_DATA);
4079: END IF;
4080: END LOOP;
4081: END IF;
4082: END IF;

Line 4094: arp_standard.debug('create_cash_126');

4090: RETURN;
4091:
4092: ELSIF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
4093:
4094: arp_standard.debug('create_cash_126');
4095: FND_MESSAGE.set_name('AR', 'AR_CC_AUTH_FAILED');
4096: FND_MSG_PUB.Add;
4097:
4098: IF l_response_rec.Result_Code is NOT NULL THEN

Line 4105: arp_standard.debug( 'l_iby_msg_data: ' || l_iby_msg_data);

4101:
4102: l_iby_msg_data := substrb( l_response_rec.Result_Code || ': '||
4103: l_response_rec.Result_Message , 1, 240);
4104:
4105: arp_standard.debug( 'l_iby_msg_data: ' || l_iby_msg_data);
4106: FND_MESSAGE.SET_NAME ('AR','GENERIC_MESSAGE');
4107: FND_MESSAGE.SET_TOKEN('GENERIC_TEXT',l_iby_msg_data);
4108:
4109: FND_MSG_PUB.Add;

Line 4142: arp_standard.debug ( 'CALL THE SETTLEMENT API');

4138:
4139:
4140: IF l_action = 'AUTHANDCAPTURE' THEN
4141:
4142: arp_standard.debug ( 'CALL THE SETTLEMENT API');
4143: IF PG_DEBUG in ('Y', 'C') THEN
4144: arp_standard.debug( 'Calling settlement for pmt_trxn_extn_id ');
4145: arp_standard.debug( ' l_payer_rec.Payment_Function ' || to_char( l_payer_rec.Payment_Function) );
4146: arp_standard.debug( ' l_payer_rec.Party_Id ' || to_char( l_payer_rec.Party_Id) );

Line 4144: arp_standard.debug( 'Calling settlement for pmt_trxn_extn_id ');

4140: IF l_action = 'AUTHANDCAPTURE' THEN
4141:
4142: arp_standard.debug ( 'CALL THE SETTLEMENT API');
4143: IF PG_DEBUG in ('Y', 'C') THEN
4144: arp_standard.debug( 'Calling settlement for pmt_trxn_extn_id ');
4145: arp_standard.debug( ' l_payer_rec.Payment_Function ' || to_char( l_payer_rec.Payment_Function) );
4146: arp_standard.debug( ' l_payer_rec.Party_Id ' || to_char( l_payer_rec.Party_Id) );
4147: arp_standard.debug( ' l_payer_rec.org_id ' || to_char(l_payer_rec.org_id) );
4148: arp_standard.debug( ' l_payer_rec.org_type ' || to_char( l_payer_rec.org_type) );

Line 4145: arp_standard.debug( ' l_payer_rec.Payment_Function ' || to_char( l_payer_rec.Payment_Function) );

4141:
4142: arp_standard.debug ( 'CALL THE SETTLEMENT API');
4143: IF PG_DEBUG in ('Y', 'C') THEN
4144: arp_standard.debug( 'Calling settlement for pmt_trxn_extn_id ');
4145: arp_standard.debug( ' l_payer_rec.Payment_Function ' || to_char( l_payer_rec.Payment_Function) );
4146: arp_standard.debug( ' l_payer_rec.Party_Id ' || to_char( l_payer_rec.Party_Id) );
4147: arp_standard.debug( ' l_payer_rec.org_id ' || to_char(l_payer_rec.org_id) );
4148: arp_standard.debug( ' l_payer_rec.org_type ' || to_char( l_payer_rec.org_type) );
4149: arp_standard.debug( ' l_payer_rec.Cust_Account_Id ' || to_char(l_payer_rec.Cust_Account_Id) );

Line 4146: arp_standard.debug( ' l_payer_rec.Party_Id ' || to_char( l_payer_rec.Party_Id) );

4142: arp_standard.debug ( 'CALL THE SETTLEMENT API');
4143: IF PG_DEBUG in ('Y', 'C') THEN
4144: arp_standard.debug( 'Calling settlement for pmt_trxn_extn_id ');
4145: arp_standard.debug( ' l_payer_rec.Payment_Function ' || to_char( l_payer_rec.Payment_Function) );
4146: arp_standard.debug( ' l_payer_rec.Party_Id ' || to_char( l_payer_rec.Party_Id) );
4147: arp_standard.debug( ' l_payer_rec.org_id ' || to_char(l_payer_rec.org_id) );
4148: arp_standard.debug( ' l_payer_rec.org_type ' || to_char( l_payer_rec.org_type) );
4149: arp_standard.debug( ' l_payer_rec.Cust_Account_Id ' || to_char(l_payer_rec.Cust_Account_Id) );
4150: arp_standard.debug( ' l_payer_rec.Account_Site_Id ' || to_char(l_payer_rec.Account_Site_Id) );

Line 4147: arp_standard.debug( ' l_payer_rec.org_id ' || to_char(l_payer_rec.org_id) );

4143: IF PG_DEBUG in ('Y', 'C') THEN
4144: arp_standard.debug( 'Calling settlement for pmt_trxn_extn_id ');
4145: arp_standard.debug( ' l_payer_rec.Payment_Function ' || to_char( l_payer_rec.Payment_Function) );
4146: arp_standard.debug( ' l_payer_rec.Party_Id ' || to_char( l_payer_rec.Party_Id) );
4147: arp_standard.debug( ' l_payer_rec.org_id ' || to_char(l_payer_rec.org_id) );
4148: arp_standard.debug( ' l_payer_rec.org_type ' || to_char( l_payer_rec.org_type) );
4149: arp_standard.debug( ' l_payer_rec.Cust_Account_Id ' || to_char(l_payer_rec.Cust_Account_Id) );
4150: arp_standard.debug( ' l_payer_rec.Account_Site_Id ' || to_char(l_payer_rec.Account_Site_Id) );
4151: arp_standard.debug( ' l_trxn_entity_id ' || to_char(l_trxn_entity_id ) );

Line 4148: arp_standard.debug( ' l_payer_rec.org_type ' || to_char( l_payer_rec.org_type) );

4144: arp_standard.debug( 'Calling settlement for pmt_trxn_extn_id ');
4145: arp_standard.debug( ' l_payer_rec.Payment_Function ' || to_char( l_payer_rec.Payment_Function) );
4146: arp_standard.debug( ' l_payer_rec.Party_Id ' || to_char( l_payer_rec.Party_Id) );
4147: arp_standard.debug( ' l_payer_rec.org_id ' || to_char(l_payer_rec.org_id) );
4148: arp_standard.debug( ' l_payer_rec.org_type ' || to_char( l_payer_rec.org_type) );
4149: arp_standard.debug( ' l_payer_rec.Cust_Account_Id ' || to_char(l_payer_rec.Cust_Account_Id) );
4150: arp_standard.debug( ' l_payer_rec.Account_Site_Id ' || to_char(l_payer_rec.Account_Site_Id) );
4151: arp_standard.debug( ' l_trxn_entity_id ' || to_char(l_trxn_entity_id ) );
4152: arp_standard.debug( ' l_amount_rec.value ' || to_char(l_amount_rec.value) );

Line 4149: arp_standard.debug( ' l_payer_rec.Cust_Account_Id ' || to_char(l_payer_rec.Cust_Account_Id) );

4145: arp_standard.debug( ' l_payer_rec.Payment_Function ' || to_char( l_payer_rec.Payment_Function) );
4146: arp_standard.debug( ' l_payer_rec.Party_Id ' || to_char( l_payer_rec.Party_Id) );
4147: arp_standard.debug( ' l_payer_rec.org_id ' || to_char(l_payer_rec.org_id) );
4148: arp_standard.debug( ' l_payer_rec.org_type ' || to_char( l_payer_rec.org_type) );
4149: arp_standard.debug( ' l_payer_rec.Cust_Account_Id ' || to_char(l_payer_rec.Cust_Account_Id) );
4150: arp_standard.debug( ' l_payer_rec.Account_Site_Id ' || to_char(l_payer_rec.Account_Site_Id) );
4151: arp_standard.debug( ' l_trxn_entity_id ' || to_char(l_trxn_entity_id ) );
4152: arp_standard.debug( ' l_amount_rec.value ' || to_char(l_amount_rec.value) );
4153: arp_standard.debug( ' l_amount_rec.currency_code ' || l_amount_rec.currency_code );

Line 4150: arp_standard.debug( ' l_payer_rec.Account_Site_Id ' || to_char(l_payer_rec.Account_Site_Id) );

4146: arp_standard.debug( ' l_payer_rec.Party_Id ' || to_char( l_payer_rec.Party_Id) );
4147: arp_standard.debug( ' l_payer_rec.org_id ' || to_char(l_payer_rec.org_id) );
4148: arp_standard.debug( ' l_payer_rec.org_type ' || to_char( l_payer_rec.org_type) );
4149: arp_standard.debug( ' l_payer_rec.Cust_Account_Id ' || to_char(l_payer_rec.Cust_Account_Id) );
4150: arp_standard.debug( ' l_payer_rec.Account_Site_Id ' || to_char(l_payer_rec.Account_Site_Id) );
4151: arp_standard.debug( ' l_trxn_entity_id ' || to_char(l_trxn_entity_id ) );
4152: arp_standard.debug( ' l_amount_rec.value ' || to_char(l_amount_rec.value) );
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 );

Line 4151: arp_standard.debug( ' l_trxn_entity_id ' || to_char(l_trxn_entity_id ) );

4147: arp_standard.debug( ' l_payer_rec.org_id ' || to_char(l_payer_rec.org_id) );
4148: arp_standard.debug( ' l_payer_rec.org_type ' || to_char( l_payer_rec.org_type) );
4149: arp_standard.debug( ' l_payer_rec.Cust_Account_Id ' || to_char(l_payer_rec.Cust_Account_Id) );
4150: arp_standard.debug( ' l_payer_rec.Account_Site_Id ' || to_char(l_payer_rec.Account_Site_Id) );
4151: arp_standard.debug( ' l_trxn_entity_id ' || to_char(l_trxn_entity_id ) );
4152: arp_standard.debug( ' l_amount_rec.value ' || to_char(l_amount_rec.value) );
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;

Line 4152: arp_standard.debug( ' l_amount_rec.value ' || to_char(l_amount_rec.value) );

4148: arp_standard.debug( ' l_payer_rec.org_type ' || to_char( l_payer_rec.org_type) );
4149: arp_standard.debug( ' l_payer_rec.Cust_Account_Id ' || to_char(l_payer_rec.Cust_Account_Id) );
4150: arp_standard.debug( ' l_payer_rec.Account_Site_Id ' || to_char(l_payer_rec.Account_Site_Id) );
4151: arp_standard.debug( ' l_trxn_entity_id ' || to_char(l_trxn_entity_id ) );
4152: arp_standard.debug( ' l_amount_rec.value ' || to_char(l_amount_rec.value) );
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:

Line 4153: arp_standard.debug( ' l_amount_rec.currency_code ' || l_amount_rec.currency_code );

4149: arp_standard.debug( ' l_payer_rec.Cust_Account_Id ' || to_char(l_payer_rec.Cust_Account_Id) );
4150: arp_standard.debug( ' l_payer_rec.Account_Site_Id ' || to_char(l_payer_rec.Account_Site_Id) );
4151: arp_standard.debug( ' l_trxn_entity_id ' || to_char(l_trxn_entity_id ) );
4152: arp_standard.debug( ' l_amount_rec.value ' || to_char(l_amount_rec.value) );
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 (

Line 4154: arp_standard.debug( ' lcr_receipt_attr.settlement_date ' || lcr_receipt_attr.settlement_date );

4150: arp_standard.debug( ' l_payer_rec.Account_Site_Id ' || to_char(l_payer_rec.Account_Site_Id) );
4151: arp_standard.debug( ' l_trxn_entity_id ' || to_char(l_trxn_entity_id ) );
4152: arp_standard.debug( ' l_amount_rec.value ' || to_char(l_amount_rec.value) );
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,

Line 4172: arp_standard.debug('x_return_status :<' || ls_return_status || '>');

4168: x_response => ls_response_rec ); -- out response struct
4169:
4170:
4171:
4172: arp_standard.debug('x_return_status :<' || ls_return_status || '>');
4173: arp_standard.debug('x_msg_count :<' || ls_msg_count || '>');
4174:
4175: FOR i IN 1..ls_msg_count LOOP
4176: arp_standard.debug('x_msg #' || TO_CHAR(i) || ' = <' ||

Line 4173: arp_standard.debug('x_msg_count :<' || ls_msg_count || '>');

4169:
4170:
4171:
4172: arp_standard.debug('x_return_status :<' || ls_return_status || '>');
4173: arp_standard.debug('x_msg_count :<' || ls_msg_count || '>');
4174:
4175: FOR i IN 1..ls_msg_count LOOP
4176: arp_standard.debug('x_msg #' || TO_CHAR(i) || ' = <' ||
4177: SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,150) || '>');

Line 4176: arp_standard.debug('x_msg #' || TO_CHAR(i) || ' = <' ||

4172: arp_standard.debug('x_return_status :<' || ls_return_status || '>');
4173: arp_standard.debug('x_msg_count :<' || ls_msg_count || '>');
4174:
4175: FOR i IN 1..ls_msg_count LOOP
4176: arp_standard.debug('x_msg #' || TO_CHAR(i) || ' = <' ||
4177: SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,150) || '>');
4178: END LOOP;
4179:
4180: IF PG_DEBUG in ('Y', 'C') THEN

Line 4181: arp_standard.debug( '-------------------------------------');

4177: SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,150) || '>');
4178: END LOOP;
4179:
4180: IF PG_DEBUG in ('Y', 'C') THEN
4181: arp_standard.debug( '-------------------------------------');
4182: arp_standard.debug( 'ls_response_rec.Result_Code: ' || ls_response_rec.Result_Code);
4183: arp_standard.debug( 'ls_response_rec.Result_Category: ' || ls_response_rec.Result_Category);
4184: arp_standard.debug( 'ls_response_rec.Result_message : ' || ls_response_rec.Result_message );
4185:

Line 4182: arp_standard.debug( 'ls_response_rec.Result_Code: ' || ls_response_rec.Result_Code);

4178: END LOOP;
4179:
4180: IF PG_DEBUG in ('Y', 'C') THEN
4181: arp_standard.debug( '-------------------------------------');
4182: arp_standard.debug( 'ls_response_rec.Result_Code: ' || ls_response_rec.Result_Code);
4183: arp_standard.debug( 'ls_response_rec.Result_Category: ' || ls_response_rec.Result_Category);
4184: arp_standard.debug( 'ls_response_rec.Result_message : ' || ls_response_rec.Result_message );
4185:
4186: END IF;

Line 4183: arp_standard.debug( 'ls_response_rec.Result_Category: ' || ls_response_rec.Result_Category);

4179:
4180: IF PG_DEBUG in ('Y', 'C') THEN
4181: arp_standard.debug( '-------------------------------------');
4182: arp_standard.debug( 'ls_response_rec.Result_Code: ' || ls_response_rec.Result_Code);
4183: arp_standard.debug( 'ls_response_rec.Result_Category: ' || ls_response_rec.Result_Category);
4184: arp_standard.debug( 'ls_response_rec.Result_message : ' || ls_response_rec.Result_message );
4185:
4186: END IF;
4187:

Line 4184: arp_standard.debug( 'ls_response_rec.Result_message : ' || ls_response_rec.Result_message );

4180: IF PG_DEBUG in ('Y', 'C') THEN
4181: arp_standard.debug( '-------------------------------------');
4182: arp_standard.debug( 'ls_response_rec.Result_Code: ' || ls_response_rec.Result_Code);
4183: arp_standard.debug( 'ls_response_rec.Result_Category: ' || ls_response_rec.Result_Category);
4184: arp_standard.debug( 'ls_response_rec.Result_message : ' || ls_response_rec.Result_message );
4185:
4186: END IF;
4187:
4188:

Line 4191: arp_standard.debug( 'ls_MSG_COUNT=>'||to_char(ls_MSG_COUNT));

4187:
4188:
4189: IF (NVL(p_called_from,'NONE') = 'IREC') THEN
4190: IF PG_DEBUG in ('Y', 'C') THEN
4191: arp_standard.debug( 'ls_MSG_COUNT=>'||to_char(ls_MSG_COUNT));
4192: END IF;
4193: fnd_msg_pub.dump_list;
4194: IF PG_DEBUG in ('Y', 'C') THEN
4195: arp_standard.debug( 'Errors: ');

Line 4195: arp_standard.debug( 'Errors: ');

4191: arp_standard.debug( 'ls_MSG_COUNT=>'||to_char(ls_MSG_COUNT));
4192: END IF;
4193: fnd_msg_pub.dump_list;
4194: IF PG_DEBUG in ('Y', 'C') THEN
4195: arp_standard.debug( 'Errors: ');
4196: END IF;
4197: IF(ls_MSG_COUNT=1) THEN
4198: IF PG_DEBUG in ('Y', 'C') THEN
4199: arp_standard.debug( ls_MSG_DATA);

Line 4199: arp_standard.debug( ls_MSG_DATA);

4195: arp_standard.debug( 'Errors: ');
4196: END IF;
4197: IF(ls_MSG_COUNT=1) THEN
4198: IF PG_DEBUG in ('Y', 'C') THEN
4199: arp_standard.debug( ls_MSG_DATA);
4200: END IF;
4201: ELSIF(ls_MSG_COUNT>1)THEN
4202: LOOP
4203: ls_MSG_DATA:=FND_MSG_PUB.GET(p_encoded=>FND_API.G_FALSE);

Line 4208: arp_standard.debug( ls_MSG_DATA);

4204: IF (ls_MSG_DATA IS NULL)THEN
4205: EXIT;
4206: END IF;
4207: IF PG_DEBUG in ('Y', 'C') THEN
4208: arp_standard.debug( ls_MSG_DATA);
4209: END IF;
4210: END LOOP;
4211: END IF;
4212: END IF;

Line 4235: arp_standard.debug( 'ls_iby_msg_data: ' || ls_iby_msg_data);

4231:
4232: ls_iby_msg_data := substrb( ls_response_rec.Result_Code || ': '||
4233: ls_response_rec.Result_Message , 1, 240);
4234:
4235: arp_standard.debug( 'ls_iby_msg_data: ' || ls_iby_msg_data);
4236: FND_MESSAGE.SET_NAME ('AR','GENERIC_MESSAGE');
4237: FND_MESSAGE.SET_TOKEN('GENERIC_TEXT',ls_iby_msg_data);
4238:
4239: FND_MSG_PUB.Add;

Line 4308: arp_standard.debug ( 'inside Copy payment trxn ');

4304:
4305: BEGIN
4306:
4307:
4308: arp_standard.debug ( 'inside Copy payment trxn ');
4309:
4310: l_customer_id := p_customer_id;
4311: l_receipt_method_id := p_receipt_method_id;
4312: l_org_id := p_org_id;

Line 4349: l_trxn_attribs_rec.Originating_Application_Id := arp_standard.application_id;

4345: l_payer_rec.org_type := NULL;
4346:
4347: end if;
4348:
4349: l_trxn_attribs_rec.Originating_Application_Id := arp_standard.application_id;
4350: l_trxn_attribs_rec.order_id := l_receipt_number;
4351: l_trxn_attribs_rec.Trxn_Ref_Number1 := 'RECEIPT';
4352: l_trxn_attribs_rec.Trxn_Ref_Number2 := l_receipt_number;
4353: l_assignment_id := l_assignment_id;

Line 4357: arp_standard.debug('l_payer.payment_function :<' || l_payer_rec.payment_function || '>');

4353: l_assignment_id := l_assignment_id;
4354: lc_trxn_entity_id(1):= l_payment_trxn_extension_id;
4355:
4356:
4357: arp_standard.debug('l_payer.payment_function :<' || l_payer_rec.payment_function || '>');
4358: arp_standard.debug('l_payer.Party_Id :<' || l_payer_rec.Party_Id || '>');
4359: arp_standard.debug('l_payer.Org_Type :<' || l_payer_rec.Org_Type || '>');
4360: arp_standard.debug('l_payer.Org_id :<' || l_payer_rec.Org_id || '>');
4361: arp_standard.debug('l_payer.Cust_Account_Id :<' || l_payer_rec.Cust_Account_Id || '>');

Line 4358: arp_standard.debug('l_payer.Party_Id :<' || l_payer_rec.Party_Id || '>');

4354: lc_trxn_entity_id(1):= l_payment_trxn_extension_id;
4355:
4356:
4357: arp_standard.debug('l_payer.payment_function :<' || l_payer_rec.payment_function || '>');
4358: arp_standard.debug('l_payer.Party_Id :<' || l_payer_rec.Party_Id || '>');
4359: arp_standard.debug('l_payer.Org_Type :<' || l_payer_rec.Org_Type || '>');
4360: arp_standard.debug('l_payer.Org_id :<' || l_payer_rec.Org_id || '>');
4361: arp_standard.debug('l_payer.Cust_Account_Id :<' || l_payer_rec.Cust_Account_Id || '>');
4362: arp_standard.debug('l_trxn_attribs.Originating_Application_Id :<'

Line 4359: arp_standard.debug('l_payer.Org_Type :<' || l_payer_rec.Org_Type || '>');

4355:
4356:
4357: arp_standard.debug('l_payer.payment_function :<' || l_payer_rec.payment_function || '>');
4358: arp_standard.debug('l_payer.Party_Id :<' || l_payer_rec.Party_Id || '>');
4359: arp_standard.debug('l_payer.Org_Type :<' || l_payer_rec.Org_Type || '>');
4360: arp_standard.debug('l_payer.Org_id :<' || l_payer_rec.Org_id || '>');
4361: arp_standard.debug('l_payer.Cust_Account_Id :<' || l_payer_rec.Cust_Account_Id || '>');
4362: arp_standard.debug('l_trxn_attribs.Originating_Application_Id :<'
4363: || l_trxn_attribs_rec.Originating_Application_Id || '>');

Line 4360: arp_standard.debug('l_payer.Org_id :<' || l_payer_rec.Org_id || '>');

4356:
4357: arp_standard.debug('l_payer.payment_function :<' || l_payer_rec.payment_function || '>');
4358: arp_standard.debug('l_payer.Party_Id :<' || l_payer_rec.Party_Id || '>');
4359: arp_standard.debug('l_payer.Org_Type :<' || l_payer_rec.Org_Type || '>');
4360: arp_standard.debug('l_payer.Org_id :<' || l_payer_rec.Org_id || '>');
4361: arp_standard.debug('l_payer.Cust_Account_Id :<' || l_payer_rec.Cust_Account_Id || '>');
4362: arp_standard.debug('l_trxn_attribs.Originating_Application_Id :<'
4363: || l_trxn_attribs_rec.Originating_Application_Id || '>');
4364: arp_standard.debug('l_trxn_attribs.order_id :<'|| l_trxn_attribs_rec.order_id || '>');

Line 4361: arp_standard.debug('l_payer.Cust_Account_Id :<' || l_payer_rec.Cust_Account_Id || '>');

4357: arp_standard.debug('l_payer.payment_function :<' || l_payer_rec.payment_function || '>');
4358: arp_standard.debug('l_payer.Party_Id :<' || l_payer_rec.Party_Id || '>');
4359: arp_standard.debug('l_payer.Org_Type :<' || l_payer_rec.Org_Type || '>');
4360: arp_standard.debug('l_payer.Org_id :<' || l_payer_rec.Org_id || '>');
4361: arp_standard.debug('l_payer.Cust_Account_Id :<' || l_payer_rec.Cust_Account_Id || '>');
4362: arp_standard.debug('l_trxn_attribs.Originating_Application_Id :<'
4363: || l_trxn_attribs_rec.Originating_Application_Id || '>');
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 || '>');

Line 4362: arp_standard.debug('l_trxn_attribs.Originating_Application_Id :<'

4358: arp_standard.debug('l_payer.Party_Id :<' || l_payer_rec.Party_Id || '>');
4359: arp_standard.debug('l_payer.Org_Type :<' || l_payer_rec.Org_Type || '>');
4360: arp_standard.debug('l_payer.Org_id :<' || l_payer_rec.Org_id || '>');
4361: arp_standard.debug('l_payer.Cust_Account_Id :<' || l_payer_rec.Cust_Account_Id || '>');
4362: arp_standard.debug('l_trxn_attribs.Originating_Application_Id :<'
4363: || l_trxn_attribs_rec.Originating_Application_Id || '>');
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 || '>');

Line 4364: arp_standard.debug('l_trxn_attribs.order_id :<'|| l_trxn_attribs_rec.order_id || '>');

4360: arp_standard.debug('l_payer.Org_id :<' || l_payer_rec.Org_id || '>');
4361: arp_standard.debug('l_payer.Cust_Account_Id :<' || l_payer_rec.Cust_Account_Id || '>');
4362: arp_standard.debug('l_trxn_attribs.Originating_Application_Id :<'
4363: || l_trxn_attribs_rec.Originating_Application_Id || '>');
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

Line 4365: arp_standard.debug('l_assignment_id :<'|| l_assignment_id || '>');

4361: arp_standard.debug('l_payer.Cust_Account_Id :<' || l_payer_rec.Cust_Account_Id || '>');
4362: arp_standard.debug('l_trxn_attribs.Originating_Application_Id :<'
4363: || l_trxn_attribs_rec.Originating_Application_Id || '>');
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,

Line 4366: arp_standard.debug('payment_trx_extension_id :<'|| l_payment_trxn_extension_id || '>');

4362: arp_standard.debug('l_trxn_attribs.Originating_Application_Id :<'
4363: || l_trxn_attribs_rec.Originating_Application_Id || '>');
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,

Line 4386: arp_standard.debug('the copied value of trx_entn is ' || o_payment_trxn_extension_id );

4382:
4383: IF l_return_status = FND_API.G_RET_STS_SUCCESS THEN
4384: o_payment_trxn_extension_id := p_trxn_entity_id ;
4385:
4386: arp_standard.debug('the copied value of trx_entn is ' || o_payment_trxn_extension_id );
4387: END IF;
4388:
4389:
4390: arp_standard.debug('x_return_status :<' || l_return_status || '>');

Line 4390: arp_standard.debug('x_return_status :<' || l_return_status || '>');

4386: arp_standard.debug('the copied value of trx_entn is ' || o_payment_trxn_extension_id );
4387: END IF;
4388:
4389:
4390: arp_standard.debug('x_return_status :<' || l_return_status || '>');
4391: arp_standard.debug('x_msg_count :<' || l_msg_count || '>');
4392:
4393: FOR i IN 1..l_msg_count LOOP
4394: arp_standard.debug('x_msg #' || TO_CHAR(i) || ' = <' ||

Line 4391: arp_standard.debug('x_msg_count :<' || l_msg_count || '>');

4387: END IF;
4388:
4389:
4390: arp_standard.debug('x_return_status :<' || l_return_status || '>');
4391: arp_standard.debug('x_msg_count :<' || l_msg_count || '>');
4392:
4393: FOR i IN 1..l_msg_count LOOP
4394: arp_standard.debug('x_msg #' || TO_CHAR(i) || ' = <' ||
4395: SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,150) || '>');

Line 4394: arp_standard.debug('x_msg #' || TO_CHAR(i) || ' = <' ||

4390: arp_standard.debug('x_return_status :<' || l_return_status || '>');
4391: arp_standard.debug('x_msg_count :<' || l_msg_count || '>');
4392:
4393: FOR i IN 1..l_msg_count LOOP
4394: arp_standard.debug('x_msg #' || TO_CHAR(i) || ' = <' ||
4395: SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,150) || '>');
4396: END LOOP;
4397:
4398:

Line 4401: arp_standard.debug('create_cash_127');

4397:
4398:
4399: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
4400:
4401: arp_standard.debug('create_cash_127');
4402: FND_MESSAGE.set_name('AR', 'AR_CC_AUTH_FAILED');
4403: FND_MSG_PUB.Add;
4404:
4405: IF l_response_rec.result_Code is NOT NULL THEN

Line 4412: arp_standard.debug( 'l_cpy_msg_data: ' || l_cpy_msg_data);

4408:
4409: l_cpy_msg_data := substrb( l_response_rec.Result_Code || ': '||
4410: l_response_rec.Result_Message , 1, 240);
4411:
4412: arp_standard.debug( 'l_cpy_msg_data: ' || l_cpy_msg_data);
4413: FND_MESSAGE.SET_NAME ('AR','GENERIC_MESSAGE');
4414: FND_MESSAGE.SET_TOKEN('GENERIC_TEXT',l_cpy_msg_data);
4415:
4416: FND_MSG_PUB.Add;

Line 4508: l_trxn_attribs_rec.Originating_Application_Id := arp_standard.application_id;

4504: l_payer_rec.org_id := NULL;
4505: l_payer_rec.org_type := NULL;
4506:
4507: end if;
4508: l_trxn_attribs_rec.Originating_Application_Id := arp_standard.application_id;
4509: l_trxn_attribs_rec.order_id := p_receipt_number ;
4510: l_trxn_attribs_rec.Trxn_Ref_Number1 := 'RECEIPT';
4511: l_trxn_attribs_rec.Trxn_Ref_Number2 := p_cash_receipt_id;
4512: l_assignment_id := l_assignment_id;

Line 4541: arp_standard.debug(to_char(SQL%ROWCOUNT) || 'PMT_EXTN_ID row(s) updated.');

4537: IF l_return_status = FND_API.G_RET_STS_SUCCESS THEN
4538:
4539: o_payment_trxn_extension_id := l_extension_id;
4540:
4541: arp_standard.debug(to_char(SQL%ROWCOUNT) || 'PMT_EXTN_ID row(s) updated.');
4542:
4543: END IF;
4544:
4545: FOR i IN 1..l_msg_count LOOP

Line 4546: arp_standard.debug('x_msg #' || TO_CHAR(i) || ' = <' ||

4542:
4543: END IF;
4544:
4545: FOR i IN 1..l_msg_count LOOP
4546: arp_standard.debug('x_msg #' || TO_CHAR(i) || ' = <' ||
4547: SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,150) || '>');
4548: END LOOP;
4549:
4550:

Line 4552: arp_standard.debug('FAILED: ' ||l_result_rec.result_code);

4548: END LOOP;
4549:
4550:
4551: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
4552: arp_standard.debug('FAILED: ' ||l_result_rec.result_code);
4553: arp_standard.debug('PARM-l_payer_rec.Payment_Function ' ||l_payer_rec.Payment_Function);
4554: arp_standard.debug('PARM-l_payer_rec.party_id ' ||l_payer_rec.Party_Id);
4555: arp_standard.debug('PARM-l_payer_rec.org_id ' ||l_payer_rec.org_id);
4556: arp_standard.debug('PARM-l_payer_rec.org_type ' ||l_payer_rec.org_type);

Line 4553: arp_standard.debug('PARM-l_payer_rec.Payment_Function ' ||l_payer_rec.Payment_Function);

4549:
4550:
4551: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
4552: arp_standard.debug('FAILED: ' ||l_result_rec.result_code);
4553: arp_standard.debug('PARM-l_payer_rec.Payment_Function ' ||l_payer_rec.Payment_Function);
4554: arp_standard.debug('PARM-l_payer_rec.party_id ' ||l_payer_rec.Party_Id);
4555: arp_standard.debug('PARM-l_payer_rec.org_id ' ||l_payer_rec.org_id);
4556: arp_standard.debug('PARM-l_payer_rec.org_type ' ||l_payer_rec.org_type);
4557: arp_standard.debug('PARM-l_payer_rec.customer_id ' ||l_payer_rec.Cust_Account_Id);

Line 4554: arp_standard.debug('PARM-l_payer_rec.party_id ' ||l_payer_rec.Party_Id);

4550:
4551: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
4552: arp_standard.debug('FAILED: ' ||l_result_rec.result_code);
4553: arp_standard.debug('PARM-l_payer_rec.Payment_Function ' ||l_payer_rec.Payment_Function);
4554: arp_standard.debug('PARM-l_payer_rec.party_id ' ||l_payer_rec.Party_Id);
4555: arp_standard.debug('PARM-l_payer_rec.org_id ' ||l_payer_rec.org_id);
4556: arp_standard.debug('PARM-l_payer_rec.org_type ' ||l_payer_rec.org_type);
4557: arp_standard.debug('PARM-l_payer_rec.customer_id ' ||l_payer_rec.Cust_Account_Id);
4558: arp_standard.debug('PARM-l_payer_rec.customer_site_id ' ||l_payer_rec.Account_Site_Id);

Line 4555: arp_standard.debug('PARM-l_payer_rec.org_id ' ||l_payer_rec.org_id);

4551: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
4552: arp_standard.debug('FAILED: ' ||l_result_rec.result_code);
4553: arp_standard.debug('PARM-l_payer_rec.Payment_Function ' ||l_payer_rec.Payment_Function);
4554: arp_standard.debug('PARM-l_payer_rec.party_id ' ||l_payer_rec.Party_Id);
4555: arp_standard.debug('PARM-l_payer_rec.org_id ' ||l_payer_rec.org_id);
4556: arp_standard.debug('PARM-l_payer_rec.org_type ' ||l_payer_rec.org_type);
4557: arp_standard.debug('PARM-l_payer_rec.customer_id ' ||l_payer_rec.Cust_Account_Id);
4558: arp_standard.debug('PARM-l_payer_rec.customer_site_id ' ||l_payer_rec.Account_Site_Id);
4559: arp_standard.debug('PARM-l_trxn_attribs_rec.Originating_Application_Id ' ||l_trxn_attribs_rec.Originating_Application_Id);

Line 4556: arp_standard.debug('PARM-l_payer_rec.org_type ' ||l_payer_rec.org_type);

4552: arp_standard.debug('FAILED: ' ||l_result_rec.result_code);
4553: arp_standard.debug('PARM-l_payer_rec.Payment_Function ' ||l_payer_rec.Payment_Function);
4554: arp_standard.debug('PARM-l_payer_rec.party_id ' ||l_payer_rec.Party_Id);
4555: arp_standard.debug('PARM-l_payer_rec.org_id ' ||l_payer_rec.org_id);
4556: arp_standard.debug('PARM-l_payer_rec.org_type ' ||l_payer_rec.org_type);
4557: arp_standard.debug('PARM-l_payer_rec.customer_id ' ||l_payer_rec.Cust_Account_Id);
4558: arp_standard.debug('PARM-l_payer_rec.customer_site_id ' ||l_payer_rec.Account_Site_Id);
4559: arp_standard.debug('PARM-l_trxn_attribs_rec.Originating_Application_Id ' ||l_trxn_attribs_rec.Originating_Application_Id);
4560: arp_standard.debug('PARM- l_trxn_attribs_rec.order_id ' ||l_trxn_attribs_rec.order_id);

Line 4557: arp_standard.debug('PARM-l_payer_rec.customer_id ' ||l_payer_rec.Cust_Account_Id);

4553: arp_standard.debug('PARM-l_payer_rec.Payment_Function ' ||l_payer_rec.Payment_Function);
4554: arp_standard.debug('PARM-l_payer_rec.party_id ' ||l_payer_rec.Party_Id);
4555: arp_standard.debug('PARM-l_payer_rec.org_id ' ||l_payer_rec.org_id);
4556: arp_standard.debug('PARM-l_payer_rec.org_type ' ||l_payer_rec.org_type);
4557: arp_standard.debug('PARM-l_payer_rec.customer_id ' ||l_payer_rec.Cust_Account_Id);
4558: arp_standard.debug('PARM-l_payer_rec.customer_site_id ' ||l_payer_rec.Account_Site_Id);
4559: arp_standard.debug('PARM-l_trxn_attribs_rec.Originating_Application_Id ' ||l_trxn_attribs_rec.Originating_Application_Id);
4560: arp_standard.debug('PARM- l_trxn_attribs_rec.order_id ' ||l_trxn_attribs_rec.order_id);
4561: arp_standard.debug('PARM-l_trxn_attribs_rec.Trxn_Ref_Number1 ' ||l_trxn_attribs_rec.Trxn_Ref_Number1);

Line 4558: arp_standard.debug('PARM-l_payer_rec.customer_site_id ' ||l_payer_rec.Account_Site_Id);

4554: arp_standard.debug('PARM-l_payer_rec.party_id ' ||l_payer_rec.Party_Id);
4555: arp_standard.debug('PARM-l_payer_rec.org_id ' ||l_payer_rec.org_id);
4556: arp_standard.debug('PARM-l_payer_rec.org_type ' ||l_payer_rec.org_type);
4557: arp_standard.debug('PARM-l_payer_rec.customer_id ' ||l_payer_rec.Cust_Account_Id);
4558: arp_standard.debug('PARM-l_payer_rec.customer_site_id ' ||l_payer_rec.Account_Site_Id);
4559: arp_standard.debug('PARM-l_trxn_attribs_rec.Originating_Application_Id ' ||l_trxn_attribs_rec.Originating_Application_Id);
4560: arp_standard.debug('PARM- l_trxn_attribs_rec.order_id ' ||l_trxn_attribs_rec.order_id);
4561: arp_standard.debug('PARM-l_trxn_attribs_rec.Trxn_Ref_Number1 ' ||l_trxn_attribs_rec.Trxn_Ref_Number1);
4562: arp_standard.debug('PARM-l_assignment_id ' ||l_assignment_id);

Line 4559: arp_standard.debug('PARM-l_trxn_attribs_rec.Originating_Application_Id ' ||l_trxn_attribs_rec.Originating_Application_Id);

4555: arp_standard.debug('PARM-l_payer_rec.org_id ' ||l_payer_rec.org_id);
4556: arp_standard.debug('PARM-l_payer_rec.org_type ' ||l_payer_rec.org_type);
4557: arp_standard.debug('PARM-l_payer_rec.customer_id ' ||l_payer_rec.Cust_Account_Id);
4558: arp_standard.debug('PARM-l_payer_rec.customer_site_id ' ||l_payer_rec.Account_Site_Id);
4559: arp_standard.debug('PARM-l_trxn_attribs_rec.Originating_Application_Id ' ||l_trxn_attribs_rec.Originating_Application_Id);
4560: arp_standard.debug('PARM- l_trxn_attribs_rec.order_id ' ||l_trxn_attribs_rec.order_id);
4561: arp_standard.debug('PARM-l_trxn_attribs_rec.Trxn_Ref_Number1 ' ||l_trxn_attribs_rec.Trxn_Ref_Number1);
4562: arp_standard.debug('PARM-l_assignment_id ' ||l_assignment_id);
4563:

Line 4560: arp_standard.debug('PARM- l_trxn_attribs_rec.order_id ' ||l_trxn_attribs_rec.order_id);

4556: arp_standard.debug('PARM-l_payer_rec.org_type ' ||l_payer_rec.org_type);
4557: arp_standard.debug('PARM-l_payer_rec.customer_id ' ||l_payer_rec.Cust_Account_Id);
4558: arp_standard.debug('PARM-l_payer_rec.customer_site_id ' ||l_payer_rec.Account_Site_Id);
4559: arp_standard.debug('PARM-l_trxn_attribs_rec.Originating_Application_Id ' ||l_trxn_attribs_rec.Originating_Application_Id);
4560: arp_standard.debug('PARM- l_trxn_attribs_rec.order_id ' ||l_trxn_attribs_rec.order_id);
4561: arp_standard.debug('PARM-l_trxn_attribs_rec.Trxn_Ref_Number1 ' ||l_trxn_attribs_rec.Trxn_Ref_Number1);
4562: arp_standard.debug('PARM-l_assignment_id ' ||l_assignment_id);
4563:
4564:

Line 4561: arp_standard.debug('PARM-l_trxn_attribs_rec.Trxn_Ref_Number1 ' ||l_trxn_attribs_rec.Trxn_Ref_Number1);

4557: arp_standard.debug('PARM-l_payer_rec.customer_id ' ||l_payer_rec.Cust_Account_Id);
4558: arp_standard.debug('PARM-l_payer_rec.customer_site_id ' ||l_payer_rec.Account_Site_Id);
4559: arp_standard.debug('PARM-l_trxn_attribs_rec.Originating_Application_Id ' ||l_trxn_attribs_rec.Originating_Application_Id);
4560: arp_standard.debug('PARM- l_trxn_attribs_rec.order_id ' ||l_trxn_attribs_rec.order_id);
4561: arp_standard.debug('PARM-l_trxn_attribs_rec.Trxn_Ref_Number1 ' ||l_trxn_attribs_rec.Trxn_Ref_Number1);
4562: arp_standard.debug('PARM-l_assignment_id ' ||l_assignment_id);
4563:
4564:
4565: FND_MSG_PUB.Count_And_Get( p_encoded => FND_API.G_FALSE,

Line 4562: arp_standard.debug('PARM-l_assignment_id ' ||l_assignment_id);

4558: arp_standard.debug('PARM-l_payer_rec.customer_site_id ' ||l_payer_rec.Account_Site_Id);
4559: arp_standard.debug('PARM-l_trxn_attribs_rec.Originating_Application_Id ' ||l_trxn_attribs_rec.Originating_Application_Id);
4560: arp_standard.debug('PARM- l_trxn_attribs_rec.order_id ' ||l_trxn_attribs_rec.order_id);
4561: arp_standard.debug('PARM-l_trxn_attribs_rec.Trxn_Ref_Number1 ' ||l_trxn_attribs_rec.Trxn_Ref_Number1);
4562: arp_standard.debug('PARM-l_assignment_id ' ||l_assignment_id);
4563:
4564:
4565: FND_MSG_PUB.Count_And_Get( p_encoded => FND_API.G_FALSE,
4566: p_count => x_msg_count,

Line 4580: arp_standard.debug('ERROR IN CREATION ');

4576: END IF; /* payment_trxn_extension_id is not null */
4577:
4578: EXCEPTION
4579: WHEN OTHERS THEN
4580: arp_standard.debug('ERROR IN CREATION ');
4581: RAISE;
4582: END Create_payment_extension;
4583:
4584:

Line 4588: -- Standard API parameters.

4584:
4585: -- bichatte payment uptake end
4586:
4587: PROCEDURE Create_and_apply(
4588: -- Standard API parameters.
4589: p_api_version IN NUMBER,
4590: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
4591: p_commit IN VARCHAR2 := FND_API.G_FALSE,
4592: p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL,

Line 4680: arp_standard.debug('ar_receipt_api.Create_and_apply ()+');

4676: l_cc_return_status VARCHAR2(1); -- credit card return status
4677: l_response_error_code VARCHAR2(80);
4678: BEGIN
4679: IF PG_DEBUG in ('Y', 'C') THEN
4680: arp_standard.debug('ar_receipt_api.Create_and_apply ()+');
4681: END IF;
4682:
4683: /*------------------------------------+
4684: | Standard start of API savepoint |

Line 4684: | Standard start of API savepoint |

4680: arp_standard.debug('ar_receipt_api.Create_and_apply ()+');
4681: END IF;
4682:
4683: /*------------------------------------+
4684: | Standard start of API savepoint |
4685: +------------------------------------*/
4686:
4687: SAVEPOINT Create_Apply_PVT;
4688: --calling the internal create_cash routine

Line 4811: arp_standard.debug('Apply: ' || 'Checking p_call_payment_processor: ' || p_call_payment_processor);

4807: -- was successful. All relevant information for the
4808: -- payment can be derived from the cash receipt.
4809:
4810: IF PG_DEBUG in ('Y', 'C') THEN
4811: arp_standard.debug('Apply: ' || 'Checking p_call_payment_processor: ' || p_call_payment_processor);
4812: END IF;
4813:
4814: if (p_call_payment_processor = FND_API.G_TRUE) then
4815:

Line 4910: -- Standard API parameters.

4906: | Create_cash_cc_internal is being obsoleted.
4907: |
4908: *=======================================================================*/
4909: PROCEDURE Create_Apply_On_Acc(
4910: -- Standard API parameters.
4911: p_api_version IN NUMBER,
4912: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
4913: p_commit IN VARCHAR2 := FND_API.G_FALSE,
4914: p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL,

Line 5022: arp_standard.debug('ar_receipt_api_pub.Create_Apply_On_Acc() +');

5018:
5019: BEGIN
5020:
5021: IF PG_DEBUG in ('Y', 'C') THEN
5022: arp_standard.debug('ar_receipt_api_pub.Create_Apply_On_Acc() +');
5023: END IF;
5024:
5025:
5026: /*------------------------------------+

Line 5027: | Standard start of API savepoint |

5023: END IF;
5024:
5025:
5026: /*------------------------------------+
5027: | Standard start of API savepoint |
5028: +------------------------------------*/
5029: SAVEPOINT Create_Apply_On_Acc;
5030:
5031: /*-----------------------------------------+

Line 5038: | Standard call to check for call compatibility |

5034:
5035: x_return_status := FND_API.G_RET_STS_SUCCESS;
5036:
5037: /*--------------------------------------------------+
5038: | Standard call to check for call compatibility |
5039: +--------------------------------------------------*/
5040: IF NOT FND_API.Compatible_API_Call(
5041: l_api_version,
5042: p_api_version,

Line 5070: -- Standard API parameters.

5066: | Call the internal routine to create receipt |
5067: +--------------------------------------------------*/
5068:
5069: Create_cash_1(
5070: -- Standard API parameters.
5071: p_api_version ,
5072: p_init_msg_list,
5073: p_commit,
5074: p_validation_level,

Line 5268: arp_standard.debug('ar_receipt_api_pub.Create_Apply_On_Acc()-');

5264: +------------------------------------------------------*/
5265: p_cr_id := l_cash_receipt_id;
5266:
5267: IF PG_DEBUG in ('Y', 'C') THEN
5268: arp_standard.debug('ar_receipt_api_pub.Create_Apply_On_Acc()-');
5269: END IF;
5270: EXCEPTION
5271: WHEN OTHERS THEN
5272:

Line 5312: arp_standard.init_standard;

5308: /*-------------------------------------------------+
5309: | Initialize SOB/org dependent variables |
5310: +-------------------------------------------------*/
5311: arp_global.init_global;
5312: arp_standard.init_standard;
5313:
5314: -- --------------------------------------------------------------
5315: -- First lock existing records from database for update
5316: -- --------------------------------------------------------------

Line 5401: /* This is standard reversal */

5397: raise;
5398: END reverse_cover;
5399:
5400:
5401: /* This is standard reversal */
5402: PROCEDURE Reverse(
5403: -- Standard API parameters.
5404: p_api_version IN NUMBER,
5405: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

Line 5403: -- Standard API parameters.

5399:
5400:
5401: /* This is standard reversal */
5402: PROCEDURE Reverse(
5403: -- Standard API parameters.
5404: p_api_version IN NUMBER,
5405: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
5406: p_commit IN VARCHAR2 := FND_API.G_FALSE,
5407: p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL,

Line 5460: | Standard start of API savepoint |

5456: l_org_id NUMBER;
5457: BEGIN
5458:
5459: /*------------------------------------+
5460: | Standard start of API savepoint |
5461: +------------------------------------*/
5462:
5463: SAVEPOINT Reverse_PVT;
5464:

Line 5466: | Standard call to check for call compatibility |

5462:
5463: SAVEPOINT Reverse_PVT;
5464:
5465: /*--------------------------------------------------+
5466: | Standard call to check for call compatibility |
5467: +--------------------------------------------------*/
5468:
5469: IF NOT FND_API.Compatible_API_Call(
5470: l_api_version,

Line 5595: arp_util.debug('Apply: ' || 'Standard reversal not possible for this receipt');

5591: );
5592:
5593: IF l_std_reversal_possible <> 'Y' THEN
5594: IF PG_DEBUG in ('Y', 'C') THEN
5595: arp_util.debug('Apply: ' || 'Standard reversal not possible for this receipt');
5596: END IF;
5597: FND_MESSAGE.SET_NAME('AR','AR_RAPI_NON_REVERSIBLE');
5598: FND_MSG_PUB.Add;
5599: l_rev_return_status := FND_API.G_RET_STS_ERROR;

Line 5840: | Standard check of p_commit |

5836: ELSE
5837: --Bug 1847350: Added the check on p_commit and then the commit.
5838:
5839: /*--------------------------------+
5840: | Standard check of p_commit |
5841: +--------------------------------*/
5842:
5843: IF FND_API.To_Boolean( p_commit )
5844: THEN

Line 5945: -- Standard API parameters.

5941:
5942: END reverse;
5943:
5944: PROCEDURE Apply_on_account(
5945: -- Standard API parameters.
5946: p_api_version IN NUMBER,
5947: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
5948: p_commit IN VARCHAR2 := FND_API.G_FALSE,
5949: p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL,

Line 5997: | Standard start of API savepoint |

5993: l_org_id NUMBER;
5994: BEGIN
5995:
5996: /*------------------------------------+
5997: | Standard start of API savepoint |
5998: +------------------------------------*/
5999:
6000: SAVEPOINT Apply_on_ac_PVT;
6001:

Line 6003: | Standard call to check for call compatibility |

5999:
6000: SAVEPOINT Apply_on_ac_PVT;
6001:
6002: /*--------------------------------------------------+
6003: | Standard call to check for call compatibility |
6004: +--------------------------------------------------*/
6005:
6006: IF NOT FND_API.Compatible_API_Call(
6007: l_api_version,

Line 6265: | Standard check of p_commit |

6261: RAISE;
6262: END IF;
6263: END;
6264: /*--------------------------------+
6265: | Standard check of p_commit |
6266: +--------------------------------*/
6267:
6268: IF FND_API.To_Boolean( p_commit )
6269: THEN

Line 6371: -- Standard API parameters.

6367: );
6368: END Apply_on_account;
6369:
6370: PROCEDURE Unapply_on_account(
6371: -- Standard API parameters.
6372: p_api_version IN NUMBER,
6373: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
6374: p_commit IN VARCHAR2 := FND_API.G_FALSE,
6375: p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL,

Line 6402: | Standard start of API savepoint |

6398: l_org_id NUMBER;
6399: l_cr_unapp_amt NUMBER ; /* Bug fix 3569640 */
6400: BEGIN
6401: /*------------------------------------+
6402: | Standard start of API savepoint |
6403: +------------------------------------*/
6404:
6405: SAVEPOINT Unapply_on_ac_PVT;
6406:

Line 6408: | Standard call to check for call compatibility |

6404:
6405: SAVEPOINT Unapply_on_ac_PVT;
6406:
6407: /*--------------------------------------------------+
6408: | Standard call to check for call compatibility |
6409: +--------------------------------------------------*/
6410:
6411: IF NOT FND_API.Compatible_API_Call(
6412: l_api_version,

Line 6573: | Standard check of p_commit |

6569: END IF;
6570: END;
6571:
6572: /*--------------------------------+
6573: | Standard check of p_commit |
6574: +--------------------------------*/
6575:
6576: IF FND_API.To_Boolean( p_commit )
6577: THEN

Line 6679: -- Standard API parameters.

6675: );
6676: END Unapply_on_account;
6677:
6678: PROCEDURE Unapply_other_account(
6679: -- Standard API parameters.
6680: p_api_version IN NUMBER,
6681: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
6682: p_commit IN VARCHAR2 := FND_API.G_FALSE,
6683: p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL,

Line 6720: | Standard start of API savepoint |

6716: l_org_id NUMBER;
6717: l_cr_unapp_amt NUMBER; /* Bug fix 3569640 */
6718: BEGIN
6719: /*------------------------------------+
6720: | Standard start of API savepoint |
6721: +------------------------------------*/
6722:
6723: SAVEPOINT Unapply_other_ac_PVT;
6724:

Line 6726: | Standard call to check for call compatibility |

6722:
6723: SAVEPOINT Unapply_other_ac_PVT;
6724:
6725: /*--------------------------------------------------+
6726: | Standard call to check for call compatibility |
6727: +--------------------------------------------------*/
6728:
6729: IF NOT FND_API.Compatible_API_Call(
6730: p_current_version_number => l_api_version,

Line 6945: | Standard check of p_commit |

6941: END IF;
6942: END;
6943:
6944: /*--------------------------------+
6945: | Standard check of p_commit |
6946: +--------------------------------*/
6947:
6948: IF FND_API.To_Boolean( p_commit )
6949: THEN

Line 7051: -- Standard API parameters.

7047: );
7048: END Unapply_other_account;
7049:
7050: PROCEDURE Activity_application(
7051: -- Standard API parameters.
7052: p_api_version IN NUMBER,
7053: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
7054: p_commit IN VARCHAR2 := FND_API.G_FALSE,
7055: p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL,

Line 7162: | Standard start of API savepoint |

7158: BEGIN
7159: l_called_from:=p_called_from; /*5444407*/
7160:
7161: /*------------------------------------+
7162: | Standard start of API savepoint |
7163: +------------------------------------*/
7164:
7165: SAVEPOINT Activity_app_PVT;
7166:

Line 7168: | Standard call to check for call compatibility |

7164:
7165: SAVEPOINT Activity_app_PVT;
7166:
7167: /*--------------------------------------------------+
7168: | Standard call to check for call compatibility |
7169: +--------------------------------------------------*/
7170:
7171: IF NOT FND_API.Compatible_API_Call(
7172: l_api_version,

Line 7555: | Standard check of p_commit |

7551: p_application_ref_id := l_application_ref_id;
7552: p_application_ref_num := l_application_ref_num;
7553: p_secondary_application_ref_id := l_secondary_application_ref_id;
7554: /*--------------------------------+
7555: | Standard check of p_commit |
7556: +--------------------------------*/
7557:
7558: IF FND_API.To_Boolean( p_commit )
7559: THEN

Line 7662: -- Standard API parameters.

7658: );
7659: END Activity_application;
7660:
7661: PROCEDURE Activity_Unapplication(
7662: -- Standard API parameters.
7663: p_api_version IN NUMBER,
7664: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
7665: p_commit IN VARCHAR2 := FND_API.G_FALSE,
7666: p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL,

Line 7697: | Standard start of API savepoint |

7693: l_applied_ps_id ar_payment_schedules.payment_schedule_id%TYPE;
7694: l_refund_return_status VARCHAR2(1);
7695: BEGIN
7696: /*------------------------------------+
7697: | Standard start of API savepoint |
7698: +------------------------------------*/
7699:
7700: SAVEPOINT Activity_unapplication_PVT;
7701:

Line 7703: | Standard call to check for call compatibility |

7699:
7700: SAVEPOINT Activity_unapplication_PVT;
7701:
7702: /*--------------------------------------------------+
7703: | Standard call to check for call compatibility |
7704: +--------------------------------------------------*/
7705:
7706: IF NOT FND_API.Compatible_API_Call(
7707: l_api_version,

Line 7895: | Standard check of p_commit |

7891: END IF;
7892: END;
7893:
7894: /*--------------------------------+
7895: | Standard check of p_commit |
7896: +--------------------------------*/
7897:
7898: IF FND_API.To_Boolean( p_commit )
7899: THEN

Line 8001: -- Standard API parameters.

7997: );
7998: END Activity_unapplication;
7999:
8000: PROCEDURE Apply_other_account(
8001: -- Standard API parameters.
8002: p_api_version IN NUMBER,
8003: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
8004: p_commit IN VARCHAR2 := FND_API.G_FALSE,
8005: p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL,

Line 8067: | Standard start of API savepoint |

8063:
8064: BEGIN
8065:
8066: /*------------------------------------+
8067: | Standard start of API savepoint |
8068: +------------------------------------*/
8069:
8070: SAVEPOINT Apply_other_ac_PVT;
8071:

Line 8073: | Standard call to check for call compatibility |

8069:
8070: SAVEPOINT Apply_other_ac_PVT;
8071:
8072: /*--------------------------------------------------+
8073: | Standard call to check for call compatibility |
8074: +--------------------------------------------------*/
8075:
8076: IF NOT FND_API.Compatible_API_Call(
8077: l_api_version,

Line 8400: | Standard check of p_commit |

8396: RAISE;
8397: END IF;
8398: END;
8399: /*--------------------------------+
8400: | Standard check of p_commit |
8401: +--------------------------------*/
8402:
8403: IF FND_API.To_Boolean( p_commit )
8404: THEN

Line 8496: -- Standard API parameters.

8492: );
8493: END;
8494:
8495: PROCEDURE create_misc(
8496: -- Standard API parameters.
8497: p_api_version IN NUMBER,
8498: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
8499: p_commit IN VARCHAR2 := FND_API.G_FALSE,
8500: p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL,

Line 8619: | Standard start of API savepoint |

8615: l_global_attribute_rec := p_global_attribute_record;
8616: l_payment_trxn_extension_id := p_payment_trxn_extension_id; /* payment uptake */
8617:
8618: /*------------------------------------+
8619: | Standard start of API savepoint |
8620: +------------------------------------*/
8621:
8622: SAVEPOINT Create_misc_PVT;
8623:

Line 8625: | Standard call to check for call compatibility |

8621:
8622: SAVEPOINT Create_misc_PVT;
8623:
8624: /*--------------------------------------------------+
8625: | Standard call to check for call compatibility |
8626: +--------------------------------------------------*/
8627:
8628: IF NOT FND_API.Compatible_API_Call(
8629: l_api_version,

Line 8921: arp_standard.debug('calling copy Extension....');

8917: x_return_status := FND_API.G_RET_STS_ERROR;
8918: END IF;
8919:
8920: IF l_creation_method = 'A' THEN
8921: arp_standard.debug('calling copy Extension....');
8922: /* 5955921 */
8923: select pay_from_customer,customer_site_use_id
8924: into l_customer_id,l_customer_site_use_id
8925: from ar_cash_receipts

Line 8960: arp_standard.debug('calling copy Extension end ....');

8956: x_return_status := FND_API.G_RET_STS_ERROR;
8957: END IF;
8958: l_payment_trxn_extension_id := l_copy_pmt_trxn_extension_id;
8959:
8960: arp_standard.debug('calling copy Extension end ....');
8961: arp_standard.debug('calling copy Extension end ...2'|| to_char(l_copy_pmt_trxn_extension_id));
8962:
8963: END IF;
8964:

Line 8961: arp_standard.debug('calling copy Extension end ...2'|| to_char(l_copy_pmt_trxn_extension_id));

8957: END IF;
8958: l_payment_trxn_extension_id := l_copy_pmt_trxn_extension_id;
8959:
8960: arp_standard.debug('calling copy Extension end ....');
8961: arp_standard.debug('calling copy Extension end ...2'|| to_char(l_copy_pmt_trxn_extension_id));
8962:
8963: END IF;
8964:
8965:

Line 8972: arp_standard.debug('calling copy Extension end ....');

8968: IF p_called_from = 'CC_CHARGEBACK' THEN
8969:
8970: l_copy_pmt_trxn_extension_id := null;
8971: IF PG_DEBUG in ('Y','C') THEN
8972: arp_standard.debug('calling copy Extension end ....');
8973: END IF;
8974:
8975: END IF;
8976:

Line 9166: | Standard check of p_commit |

9162: );
9163:
9164:
9165: /*--------------------------------+
9166: | Standard check of p_commit |
9167: +--------------------------------*/
9168:
9169: IF FND_API.To_Boolean( p_commit )
9170: THEN

Line 9299: -- Standard API parameters.

9295:
9296: END set_profile_for_testing;
9297:
9298: PROCEDURE Apply_Open_Receipt(
9299: -- Standard API parameters.
9300: p_api_version IN NUMBER,
9301: p_init_msg_list IN VARCHAR2,
9302: p_commit IN VARCHAR2,
9303: p_validation_level IN NUMBER,

Line 9396: | Standard start of API savepoint |

9392:
9393: BEGIN
9394:
9395: /*------------------------------------+
9396: | Standard start of API savepoint |
9397: +------------------------------------*/
9398:
9399: SAVEPOINT Apply_Open_Receipt_PVT;
9400:

Line 9402: | Standard call to check for call compatibility |

9398:
9399: SAVEPOINT Apply_Open_Receipt_PVT;
9400:
9401: /*--------------------------------------------------+
9402: | Standard call to check for call compatibility |
9403: +--------------------------------------------------*/
9404:
9405: IF NOT FND_API.Compatible_API_Call(
9406: l_api_version,

Line 9830: | Standard check of p_commit |

9826: x_receivable_application_id := l_net_rec_app_id;
9827: x_applied_rec_app_id := l_open_net_rec_app_id;
9828:
9829: /*--------------------------------+
9830: | Standard check of p_commit |
9831: +--------------------------------*/
9832:
9833: IF FND_API.To_Boolean( p_commit )
9834: THEN

Line 9935: -- Standard API parameters.

9931:
9932: END Apply_Open_Receipt;
9933:
9934: PROCEDURE Unapply_Open_Receipt(
9935: -- Standard API parameters.
9936: p_api_version IN NUMBER,
9937: p_init_msg_list IN VARCHAR2,
9938: p_commit IN VARCHAR2,
9939: p_validation_level IN NUMBER,

Line 9965: | Standard start of API savepoint |

9961: l_org_id NUMBER;
9962:
9963: BEGIN
9964: /*------------------------------------+
9965: | Standard start of API savepoint |
9966: +------------------------------------*/
9967:
9968: SAVEPOINT Unapply_Open_Receipt_PVT;
9969:

Line 9971: | Standard call to check for call compatibility |

9967:
9968: SAVEPOINT Unapply_Open_Receipt_PVT;
9969:
9970: /*--------------------------------------------------+
9971: | Standard call to check for call compatibility |
9972: +--------------------------------------------------*/
9973:
9974: IF NOT FND_API.Compatible_API_Call(
9975: p_current_version_number => l_api_version,

Line 10114: | Standard check of p_commit |

10110: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
10111: END IF;
10112:
10113: /*--------------------------------+
10114: | Standard check of p_commit |
10115: +--------------------------------*/
10116:
10117: IF FND_API.To_Boolean( p_commit )
10118: THEN