DBA Data[Home] [Help]

APPS.OKC_XPRT_IMPORT_CLAUSES_PVT dependencies on OKC_UTIL

Line 89: FND_MESSAGE.set_token('INTENT_MEANING',okc_util.decode_lookup('OKC_ARTICLE_INTENT',p_intent));

85:
86: -- Get the Clause Model Name
87: FND_MESSAGE.set_name('OKC','OKC_EXPRT_ART_MODEL_TITLE');
88: FND_MESSAGE.set_token('ORG_NAME',G_ORGANIZATION_NAME);
89: FND_MESSAGE.set_token('INTENT_MEANING',okc_util.decode_lookup('OKC_ARTICLE_INTENT',p_intent));
90: l_model_desc := FND_MESSAGE.get;
91:
92:
93: -- populate the l_cz_imp_devl_project_rec

Line 280: FND_MESSAGE.set_token('INTENT_MEANING',okc_util.decode_lookup('OKC_ARTICLE_INTENT',p_intent));

276:
277: -- Get the Clause Model Component Name
278: FND_MESSAGE.set_name('OKC','OKC_EXPRT_ART_MODEL_TNOD_TITLE');
279: FND_MESSAGE.set_token('ORG_NAME',G_ORGANIZATION_NAME);
280: FND_MESSAGE.set_token('INTENT_MEANING',okc_util.decode_lookup('OKC_ARTICLE_INTENT',p_intent));
281: l_model_component_name := FND_MESSAGE.get;
282:
283:
284: -- Put the Name in the description Column of cz_ps_nodes

Line 709: FND_MESSAGE.set_token('INTENT_MEANING',okc_util.decode_lookup('OKC_ARTICLE_INTENT',p_intent));

705:
706: -- Get the Clause Model Component Name
707: FND_MESSAGE.set_name('OKC','OKC_EXPRT_ART_FEATURE_TITLE');
708: FND_MESSAGE.set_token('ORG_NAME',G_ORGANIZATION_NAME);
709: FND_MESSAGE.set_token('INTENT_MEANING',okc_util.decode_lookup('OKC_ARTICLE_INTENT',p_intent));
710: l_model_feature_name := FND_MESSAGE.get;
711:
712: -- Put the Name in the description Column of cz_ps_nodes
713:

Line 1529: FND_MESSAGE.set_token('INTENT_MEANING',okc_util.decode_lookup('OKC_ARTICLE_INTENT',p_intent));

1525: x_return_status := G_RET_STS_SUCCESS;
1526:
1527: -- Get Variable model name
1528: FND_MESSAGE.set_name('OKC','OKC_EXPRT_VAR_MODEL_TITLE');
1529: FND_MESSAGE.set_token('INTENT_MEANING',okc_util.decode_lookup('OKC_ARTICLE_INTENT',p_intent));
1530: l_variable_model_name := FND_MESSAGE.get;
1531:
1532: -- Put the Name in the description Column of cz_ps_nodes
1533: