DBA Data[Home] [Help]

APPS.OKS_SETUP_UTIL_PUB dependencies on IBY_FNDCPT_TRXN_PUB

Line 4959: 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||

4955: l_payer.party_id := l_party_id;
4956: l_payer.cust_account_id := l_cust_account_id;
4957:
4958: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
4959: 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||
4960: ' ,p_entity_id='||l_trxn_extension_id);
4961: END IF;
4962:
4963: IBY_FNDCPT_TRXN_PUB.delete_transaction_extension(

Line 4963: IBY_FNDCPT_TRXN_PUB.delete_transaction_extension(

4959: 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||
4960: ' ,p_entity_id='||l_trxn_extension_id);
4961: END IF;
4962:
4963: IBY_FNDCPT_TRXN_PUB.delete_transaction_extension(
4964: p_api_version => 1.0,
4965: p_init_msg_list => FND_API.G_FALSE,
4966: p_commit => FND_API.G_FALSE,
4967: x_return_status => x_return_status,

Line 4977: 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||

4973: p_entity_id => l_trxn_extension_id,
4974: x_response => l_response);
4975:
4976: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
4977: 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||
4978: ' ,result_code='||l_response.result_code||' ,result_category='||l_response.result_category||' ,result_message='||l_response.result_message);
4979: END IF;
4980:
4981: IF x_return_status = FND_API.g_ret_sts_unexp_error THEN