DBA Data[Home] [Help]

APPS.OKS_EXTWARPRGM_PVT dependencies on IBY_FNDCPT_TRXN_PUB

Line 233: l_trxnextension_rec iby_fndcpt_trxn_pub.trxnextension_rec_type;

229: x_return_status OUT NOCOPY VARCHAR2
230: ) IS
231:
232: l_payercontext_rec iby_fndcpt_common_pub.payercontext_rec_type;
233: l_trxnextension_rec iby_fndcpt_trxn_pub.trxnextension_rec_type;
234: l_response iby_fndcpt_common_pub.result_rec_type;
235: l_order_number NUMBER;
236: l_invoice_to_org_id NUMBER;
237: l_trxn_extension_id NUMBER;

Line 404: 'Before call to IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension for order header'

400: fnd_log.STRING(fnd_log.level_statement,g_module_current,' ');
401: fnd_log.STRING(
402: fnd_log.level_statement,
403: g_module_current || '.get_cc_trxn_extn-Header',
404: 'Before call to IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension for order header'
405: || ' ,Party_Id = '
406: || l_payercontext_rec.party_id
407: || ' ,Cust_Account_Id = '
408: || l_payercontext_rec.cust_account_id

Line 424: 'Before call to IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension for order line'

420: fnd_log.STRING(fnd_log.level_statement,g_module_current,' ');
421: fnd_log.STRING
422: (fnd_log.level_statement,
423: g_module_current || '.get_cc_trxn_extn-Line',
424: 'Before call to IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension for order line'
425: || ' ,Party_Id = '
426: || l_payercontext_rec.party_id
427: || ' ,Cust_Account_Id = '
428: || l_payercontext_rec.cust_account_id

Line 446: iby_fndcpt_trxn_pub.create_transaction_extension

442: -- A payer equivalency level of full is provided for iPayments to be
443: -- able to traverse up and down for a given instrument id
444: -- Note: The new transaction extension that is created at a customer
445: -- account level.
446: iby_fndcpt_trxn_pub.create_transaction_extension
447: (p_api_version => 1.0,
448: p_init_msg_list => 'T',
449: p_commit => 'F',
450: x_return_status => l_return_status,

Line 468: 'After call to IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension'

464: IF p_context_level = G_CONTEXT_ORDER_HEADER THEN
465: fnd_log.STRING
466: (fnd_log.level_error,
467: g_module_current || '.get_cc_trxn_extn-Header.ERROR',
468: 'After call to IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension'
469: || ' ,x_return_status= '
470: || l_return_status
471: || ' ,Result Code = '
472: || l_response.result_code

Line 482: 'After call to IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension'

478: ELSE
479: fnd_log.STRING
480: (fnd_log.level_error,
481: g_module_current || '.get_cc_trxn_extn-Line.ERROR',
482: 'After call to IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension'
483: || ' ,x_return_status= '
484: || l_return_status
485: || ' ,Result Code = '
486: || l_response.result_code