DBA Data[Home] [Help]

APPS.OKS_WF_K_PROCESS_PVT dependencies on OKS_CUSTOMER_ACCEPTANCE_PVT

Line 3258: 'OKS_CUSTOMER_ACCEPTANCE_PVT.get_contract_salesrep_details('||

3254: -- This changes are done due to the requirement to send notification to Salesrep
3255: -- and an email to cc'ed guys
3256: IF FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
3257: fnd_log.string(FND_LOG.LEVEL_EVENT,G_MODULE||l_api_name||'.external_call.before',
3258: 'OKS_CUSTOMER_ACCEPTANCE_PVT.get_contract_salesrep_details('||
3259: ' Contract ID ='||p_contract_id||')');
3260: END IF;
3261: OKS_CUSTOMER_ACCEPTANCE_PVT.get_contract_salesrep_details
3262: (

Line 3261: OKS_CUSTOMER_ACCEPTANCE_PVT.get_contract_salesrep_details

3257: fnd_log.string(FND_LOG.LEVEL_EVENT,G_MODULE||l_api_name||'.external_call.before',
3258: 'OKS_CUSTOMER_ACCEPTANCE_PVT.get_contract_salesrep_details('||
3259: ' Contract ID ='||p_contract_id||')');
3260: END IF;
3261: OKS_CUSTOMER_ACCEPTANCE_PVT.get_contract_salesrep_details
3262: (
3263: p_chr_id => p_contract_id,
3264: x_salesrep_email => l_salesrep_email,
3265: x_salesrep_username => l_salesrep_username,

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

3268: x_msg_count => x_msg_count
3269: );
3270: IF FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
3271: fnd_log.string(FND_LOG.LEVEL_EVENT,G_MODULE||l_api_name||'.external_call.after',
3272: 'OKS_CUSTOMER_ACCEPTANCE_PVT.get_contract_salesrep_details(x_salesrep_email= '||
3273: l_salesrep_email||' x_salesrep_username= '||l_salesrep_username||
3274: 'x_return_status= '||x_return_status||' x_msg_count ='||x_msg_count||')');
3275: END IF;
3276: IF x_return_status = G_RET_STS_UNEXP_ERROR THEN