DBA Data[Home] [Help]

APPS.OKS_SETUP_UTIL_PUB dependencies on IBY_FNDCPT_TRXN_PUB

Line 4950: FND_LOG.string(FND_LOG.level_statement, l_mod_name || '.del_trxn_extn', 'calling IBY_FNDCPT_TRXN_PUB.delete_transaction_extension, p_payer.party_id='||l_party_id||' ,p_payer.cust_account_id='||l_cust_account_id||

4946: l_payer.party_id := l_party_id;
4947: l_payer.cust_account_id := l_cust_account_id;
4948:
4949: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
4950: FND_LOG.string(FND_LOG.level_statement, l_mod_name || '.del_trxn_extn', 'calling IBY_FNDCPT_TRXN_PUB.delete_transaction_extension, p_payer.party_id='||l_party_id||' ,p_payer.cust_account_id='||l_cust_account_id||
4951: ' ,p_entity_id='||l_trxn_extension_id);
4952: END IF;
4953:
4954: IBY_FNDCPT_TRXN_PUB.delete_transaction_extension(

Line 4954: IBY_FNDCPT_TRXN_PUB.delete_transaction_extension(

4950: FND_LOG.string(FND_LOG.level_statement, l_mod_name || '.del_trxn_extn', 'calling IBY_FNDCPT_TRXN_PUB.delete_transaction_extension, p_payer.party_id='||l_party_id||' ,p_payer.cust_account_id='||l_cust_account_id||
4951: ' ,p_entity_id='||l_trxn_extension_id);
4952: END IF;
4953:
4954: IBY_FNDCPT_TRXN_PUB.delete_transaction_extension(
4955: p_api_version => 1.0,
4956: p_init_msg_list => FND_API.G_FALSE,
4957: p_commit => FND_API.G_FALSE,
4958: x_return_status => x_return_status,

Line 4968: FND_LOG.string(FND_LOG.level_statement, l_mod_name || '.del_trxn_extn', 'after call to IBY_FNDCPT_TRXN_PUB.delete_transaction_extension, x_return_status='||x_return_status||

4964: p_entity_id => l_trxn_extension_id,
4965: x_response => l_response);
4966:
4967: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
4968: FND_LOG.string(FND_LOG.level_statement, l_mod_name || '.del_trxn_extn', 'after call to IBY_FNDCPT_TRXN_PUB.delete_transaction_extension, x_return_status='||x_return_status||
4969: ' ,result_code='||l_response.result_code||' ,result_category='||l_response.result_category||' ,result_message='||l_response.result_message);
4970: END IF;
4971:
4972: IF x_return_status = FND_API.g_ret_sts_unexp_error THEN