DBA Data[Home] [Help]

APPS.OKS_RENEW_CONTRACT_PVT dependencies on OKS_WF_K_PROCESS_PVT

Line 3547: l_wf_attributes OKS_WF_K_PROCESS_PVT.WF_ATTR_DETAILS;

3543: l_ern_threshold_amt NUMBER;
3544: l_ern_threshold_cur VARCHAR2(15);
3545: l_renewal_status VARCHAR2(30);
3546:
3547: l_wf_attributes OKS_WF_K_PROCESS_PVT.WF_ATTR_DETAILS;
3548:
3549: -- bug 4967105 (base bug 4966475)
3550: l_est_rev_date_offset NUMBER;
3551: /*added for bug 9020536*/

Line 3787: FND_LOG.string(FND_LOG.level_statement, l_mod_name || '.wfprocess', 'calling OKS_WF_K_PROCESS_PVT.launch_k_process_wf p_wf_attributes: .contract_id='||p_chr_id||

3783: l_wf_attributes.irr_flag := l_approval_type;
3784: l_wf_attributes.process_type := l_renewal_type;
3785:
3786: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
3787: FND_LOG.string(FND_LOG.level_statement, l_mod_name || '.wfprocess', 'calling OKS_WF_K_PROCESS_PVT.launch_k_process_wf p_wf_attributes: .contract_id='||p_chr_id||
3788: ' ,.contract_number='||l_k_num||' ,.contract_modifier='||l_k_mod||' ,.negotiation_status='||l_renewal_status||' ,.item_key='||l_wf_item_key||' ,.irr_flag='||l_approval_type||' ,.process_type='||l_renewal_type);
3789: END IF;
3790:
3791: OKS_WF_K_PROCESS_PVT.launch_k_process_wf(

Line 3791: OKS_WF_K_PROCESS_PVT.launch_k_process_wf(

3787: FND_LOG.string(FND_LOG.level_statement, l_mod_name || '.wfprocess', 'calling OKS_WF_K_PROCESS_PVT.launch_k_process_wf p_wf_attributes: .contract_id='||p_chr_id||
3788: ' ,.contract_number='||l_k_num||' ,.contract_modifier='||l_k_mod||' ,.negotiation_status='||l_renewal_status||' ,.item_key='||l_wf_item_key||' ,.irr_flag='||l_approval_type||' ,.process_type='||l_renewal_type);
3789: END IF;
3790:
3791: OKS_WF_K_PROCESS_PVT.launch_k_process_wf(
3792: p_api_version => 1.0,
3793: p_init_msg_list => FND_API.G_FALSE,
3794: p_wf_attributes => l_wf_attributes,
3795: x_return_status => x_return_status,

Line 3800: FND_LOG.string(FND_LOG.level_statement, l_mod_name || '.wfprocess', 'after call to OKS_WF_K_PROCESS_PVT.launch_k_process_wf, x_return_status='||x_return_status);

3796: x_msg_count => x_msg_count,
3797: x_msg_data => x_msg_data) ;
3798:
3799: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
3800: FND_LOG.string(FND_LOG.level_statement, l_mod_name || '.wfprocess', 'after call to OKS_WF_K_PROCESS_PVT.launch_k_process_wf, x_return_status='||x_return_status);
3801: END IF;
3802:
3803: IF x_return_status = FND_API.g_ret_sts_unexp_error THEN
3804: RAISE FND_API.g_exc_unexpected_error;