DBA Data[Home] [Help]

APPS.OKS_WF_K_PROCESS_PVT dependencies on OKC_CONTEXT

Line 475: okc_context.set_okc_org_context(p_chr_id => p_contract_id);

471: FND_MESSAGE.SET_TOKEN('HDR_ID','null');
472: FND_MSG_PUB.add;
473: RAISE FND_API.G_EXC_ERROR;
474: END IF;
475: okc_context.set_okc_org_context(p_chr_id => p_contract_id);
476:
477: IF FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
478: fnd_log.string(FND_LOG.LEVEL_EVENT,G_MODULE||l_api_name||'.external_call.before',
479: 'OKS_TEMPLATE_SET_PUB.get_template_set_dtls(p_contract_id= '

Line 1481: okc_context.set_okc_org_context(p_chr_id => p_notif_attr.CONTRACT_ID);

1477: OPEN l_party_csr(p_notif_attr.CONTRACT_ID);
1478: FETCH l_party_csr INTO l_party_name;
1479: CLOSE l_party_csr;
1480:
1481: okc_context.set_okc_org_context(p_chr_id => p_notif_attr.CONTRACT_ID);
1482: IF FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
1483: fnd_log.string(FND_LOG.LEVEL_STATEMENT,G_MODULE||l_api_name,'Party name '||l_party_name);
1484: END IF;
1485:

Line 2125: okc_context.set_okc_org_context(p_chr_id => p_email_attr.CONTRACT_ID);

2121: IF ((p_email_attr.IH_SUBJECT IS NULL) OR
2122: (p_email_attr.IH_MESSAGE IS NULL) OR
2123: (p_email_attr.EMAIL_SUBJECT IS NULL)) THEN
2124:
2125: okc_context.set_okc_org_context(p_chr_id => p_email_attr.CONTRACT_ID);
2126:
2127: IF FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
2128: fnd_log.string(FND_LOG.LEVEL_EVENT,G_MODULE||l_api_name||'.external_call.before',
2129: 'OKS_TEMPLATE_SET_PUB.get_template_set_dtls(p_contract_id= '

Line 6710: okc_context.set_okc_org_context(p_org_id => l_qa_rec.authoring_org_id,

6706: END IF;
6707: CLOSE l_qa_csr;
6708:
6709: -- Initializing the context to global
6710: okc_context.set_okc_org_context(p_org_id => l_qa_rec.authoring_org_id,
6711: p_organization_id => l_qa_rec.inv_organization_id);
6712:
6713: -- distinguish the process in which this QA check is invoked
6714: -- it can be either Pending IA or Pending Publication