DBA Data[Home] [Help]

APPS.OKS_RENCON_PVT dependencies on OKS_RENEW_CONTRACT_PVT

Line 2730: FND_LOG.string(FND_LOG.level_statement, l_mod_name||'.update_invoice_text','Calling OKS_RENEW_CONTRACT_PVT.update_invoice_text p_chr_id='||l_target_header_id);

2726: LOG_MESSAGES(' ');
2727:
2728:
2729: IF(FND_LOG.level_statement >= FND_LOG.g_current_runtime_level)THEN
2730: FND_LOG.string(FND_LOG.level_statement, l_mod_name||'.update_invoice_text','Calling OKS_RENEW_CONTRACT_PVT.update_invoice_text p_chr_id='||l_target_header_id);
2731: END IF;
2732:
2733: LOG_MESSAGES('Calling OKS_RENEW_CONTRACT_PVT.update_invoice_text');
2734:

Line 2733: LOG_MESSAGES('Calling OKS_RENEW_CONTRACT_PVT.update_invoice_text');

2729: IF(FND_LOG.level_statement >= FND_LOG.g_current_runtime_level)THEN
2730: FND_LOG.string(FND_LOG.level_statement, l_mod_name||'.update_invoice_text','Calling OKS_RENEW_CONTRACT_PVT.update_invoice_text p_chr_id='||l_target_header_id);
2731: END IF;
2732:
2733: LOG_MESSAGES('Calling OKS_RENEW_CONTRACT_PVT.update_invoice_text');
2734:
2735: OKS_RENEW_CONTRACT_PVT.update_invoice_text(
2736: p_api_version => 1.0,
2737: p_init_msg_list => FND_API.G_FALSE,

Line 2735: OKS_RENEW_CONTRACT_PVT.update_invoice_text(

2731: END IF;
2732:
2733: LOG_MESSAGES('Calling OKS_RENEW_CONTRACT_PVT.update_invoice_text');
2734:
2735: OKS_RENEW_CONTRACT_PVT.update_invoice_text(
2736: p_api_version => 1.0,
2737: p_init_msg_list => FND_API.G_FALSE,
2738: p_commit => FND_API.G_FALSE,
2739: x_return_status => l_return_status,

Line 2744: LOG_MESSAGES('After Calling OKS_RENEW_CONTRACT_PVT.update_invoice_text, l_return_status: '||l_return_status);

2740: x_msg_count => l_msg_count,
2741: x_msg_data => l_msg_data,
2742: p_chr_id => l_target_header_id);
2743:
2744: LOG_MESSAGES('After Calling OKS_RENEW_CONTRACT_PVT.update_invoice_text, l_return_status: '||l_return_status);
2745: LOG_MESSAGES(' ');
2746:
2747: IF(FND_LOG.level_statement >= FND_LOG.g_current_runtime_level)THEN
2748: FND_LOG.string(FND_LOG.level_statement, l_mod_name||'.update_invoice_text','After call to OKS_RENEW_CONTRACT_PVT.update_invoice_text l_return_status='||l_return_status);

Line 2748: FND_LOG.string(FND_LOG.level_statement, l_mod_name||'.update_invoice_text','After call to OKS_RENEW_CONTRACT_PVT.update_invoice_text l_return_status='||l_return_status);

2744: LOG_MESSAGES('After Calling OKS_RENEW_CONTRACT_PVT.update_invoice_text, l_return_status: '||l_return_status);
2745: LOG_MESSAGES(' ');
2746:
2747: IF(FND_LOG.level_statement >= FND_LOG.g_current_runtime_level)THEN
2748: FND_LOG.string(FND_LOG.level_statement, l_mod_name||'.update_invoice_text','After call to OKS_RENEW_CONTRACT_PVT.update_invoice_text l_return_status='||l_return_status);
2749: END IF;
2750:
2751: IF l_return_status = FND_API.g_ret_sts_unexp_error THEN
2752: RAISE FND_API.g_exc_unexpected_error;