DBA Data[Home] [Help]

APPS.OKS_WF_K_PROCESS_PVT dependencies on OKS_CUSTOMER_ACCEPTANCE_PVT

Line 3142: 'OKS_CUSTOMER_ACCEPTANCE_PVT.get_contract_salesrep_details('||

3138: -- This changes are done due to the requirement to send notification to Salesrep
3139: -- and an email to cc'ed guys
3140: IF FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
3141: fnd_log.string(FND_LOG.LEVEL_EVENT,G_MODULE||l_api_name||'.external_call.before',
3142: 'OKS_CUSTOMER_ACCEPTANCE_PVT.get_contract_salesrep_details('||
3143: ' Contract ID ='||p_contract_id||')');
3144: END IF;
3145: OKS_CUSTOMER_ACCEPTANCE_PVT.get_contract_salesrep_details
3146: (

Line 3145: OKS_CUSTOMER_ACCEPTANCE_PVT.get_contract_salesrep_details

3141: fnd_log.string(FND_LOG.LEVEL_EVENT,G_MODULE||l_api_name||'.external_call.before',
3142: 'OKS_CUSTOMER_ACCEPTANCE_PVT.get_contract_salesrep_details('||
3143: ' Contract ID ='||p_contract_id||')');
3144: END IF;
3145: OKS_CUSTOMER_ACCEPTANCE_PVT.get_contract_salesrep_details
3146: (
3147: p_chr_id => p_contract_id,
3148: x_salesrep_email => l_salesrep_email,
3149: x_salesrep_username => l_salesrep_username,

Line 3156: 'OKS_CUSTOMER_ACCEPTANCE_PVT.get_contract_salesrep_details(x_salesrep_email= '||

3152: x_msg_count => x_msg_count
3153: );
3154: IF FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
3155: fnd_log.string(FND_LOG.LEVEL_EVENT,G_MODULE||l_api_name||'.external_call.after',
3156: 'OKS_CUSTOMER_ACCEPTANCE_PVT.get_contract_salesrep_details(x_salesrep_email= '||
3157: l_salesrep_email||' x_salesrep_username= '||l_salesrep_username||
3158: 'x_return_status= '||x_return_status||' x_msg_count ='||x_msg_count||')');
3159: END IF;
3160: IF x_return_status = G_RET_STS_UNEXP_ERROR THEN