DBA Data[Home] [Help]

APPS.OKS_EXTWARPRGM_PVT dependencies on IBY_FNDCPT_TRXN_PUB

Line 273: l_trxnextension_rec iby_fndcpt_trxn_pub.trxnextension_rec_type;

269: x_return_status OUT NOCOPY VARCHAR2
270: ) IS
271:
272: l_payercontext_rec iby_fndcpt_common_pub.payercontext_rec_type;
273: l_trxnextension_rec iby_fndcpt_trxn_pub.trxnextension_rec_type;
274: l_response iby_fndcpt_common_pub.result_rec_type;
275: l_order_number NUMBER;
276: l_invoice_to_org_id NUMBER;
277: l_trxn_extension_id NUMBER;

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

440: fnd_log.STRING(fnd_log.level_statement,g_module_current,' ');
441: fnd_log.STRING(
442: fnd_log.level_statement,
443: g_module_current || '.get_cc_trxn_extn-Header',
444: 'Before call to IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension for order header'
445: || ' ,Party_Id = '
446: || l_payercontext_rec.party_id
447: || ' ,Cust_Account_Id = '
448: || l_payercontext_rec.cust_account_id

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

460: fnd_log.STRING(fnd_log.level_statement,g_module_current,' ');
461: fnd_log.STRING
462: (fnd_log.level_statement,
463: g_module_current || '.get_cc_trxn_extn-Line',
464: 'Before call to IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension for order line'
465: || ' ,Party_Id = '
466: || l_payercontext_rec.party_id
467: || ' ,Cust_Account_Id = '
468: || l_payercontext_rec.cust_account_id

Line 486: iby_fndcpt_trxn_pub.create_transaction_extension

482: -- A payer equivalency level of full is provided for iPayments to be
483: -- able to traverse up and down for a given instrument id
484: -- Note: The new transaction extension that is created at a customer
485: -- account level.
486: iby_fndcpt_trxn_pub.create_transaction_extension
487: (p_api_version => 1.0,
488: p_init_msg_list => 'T',
489: p_commit => 'F',
490: x_return_status => l_return_status,

Line 508: 'After call to IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension'

504: IF p_context_level = G_CONTEXT_ORDER_HEADER THEN
505: fnd_log.STRING
506: (fnd_log.level_error,
507: g_module_current || '.get_cc_trxn_extn-Header.ERROR',
508: 'After call to IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension'
509: || ' ,x_return_status= '
510: || l_return_status
511: || ' ,Result Code = '
512: || l_response.result_code

Line 522: 'After call to IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension'

518: ELSE
519: fnd_log.STRING
520: (fnd_log.level_error,
521: g_module_current || '.get_cc_trxn_extn-Line.ERROR',
522: 'After call to IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension'
523: || ' ,x_return_status= '
524: || l_return_status
525: || ' ,Result Code = '
526: || l_response.result_code