DBA Data[Home] [Help]

APPS.OKC_XPRT_IMPORT_VARIABLES_PVT dependencies on FND_MESSAGE

Line 84: FND_MESSAGE.set_name('OKC','OKC_EXPRT_VAR_MODEL_TITLE');

80:
81: x_return_status := G_RET_STS_SUCCESS;
82:
83: -- Get the Variable Model Name
84: FND_MESSAGE.set_name('OKC','OKC_EXPRT_VAR_MODEL_TITLE');
85: FND_MESSAGE.set_token('INTENT_MEANING',okc_util.decode_lookup('OKC_ARTICLE_INTENT',p_intent));
86: l_model_desc := FND_MESSAGE.get;
87:
88: -- populate the l_cz_imp_devl_project_rec

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

81: x_return_status := G_RET_STS_SUCCESS;
82:
83: -- Get the Variable Model Name
84: FND_MESSAGE.set_name('OKC','OKC_EXPRT_VAR_MODEL_TITLE');
85: FND_MESSAGE.set_token('INTENT_MEANING',okc_util.decode_lookup('OKC_ARTICLE_INTENT',p_intent));
86: l_model_desc := FND_MESSAGE.get;
87:
88: -- populate the l_cz_imp_devl_project_rec
89: l_cz_imp_devl_project_rec.DEVL_PROJECT_ID:= NULL;

Line 86: l_model_desc := FND_MESSAGE.get;

82:
83: -- Get the Variable Model Name
84: FND_MESSAGE.set_name('OKC','OKC_EXPRT_VAR_MODEL_TITLE');
85: FND_MESSAGE.set_token('INTENT_MEANING',okc_util.decode_lookup('OKC_ARTICLE_INTENT',p_intent));
86: l_model_desc := FND_MESSAGE.get;
87:
88: -- populate the l_cz_imp_devl_project_rec
89: l_cz_imp_devl_project_rec.DEVL_PROJECT_ID:= NULL;
90: l_cz_imp_devl_project_rec.INTL_TEXT_ID:= NULL;

Line 273: FND_MESSAGE.set_name('OKC','OKC_EXPRT_VAR_MODEL_TNOD_TITLE');

269:
270: x_return_status := G_RET_STS_SUCCESS;
271:
272: -- Get the Variable Model Component Name
273: FND_MESSAGE.set_name('OKC','OKC_EXPRT_VAR_MODEL_TNOD_TITLE');
274: FND_MESSAGE.set_token('INTENT_MEANING',okc_util.decode_lookup('OKC_ARTICLE_INTENT',p_intent));
275: l_model_component_name := FND_MESSAGE.get;
276:
277: -- Put the Name in the description Column of cz_ps_nodes

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

270: x_return_status := G_RET_STS_SUCCESS;
271:
272: -- Get the Variable Model Component Name
273: FND_MESSAGE.set_name('OKC','OKC_EXPRT_VAR_MODEL_TNOD_TITLE');
274: FND_MESSAGE.set_token('INTENT_MEANING',okc_util.decode_lookup('OKC_ARTICLE_INTENT',p_intent));
275: l_model_component_name := FND_MESSAGE.get;
276:
277: -- Put the Name in the description Column of cz_ps_nodes
278:

Line 275: l_model_component_name := FND_MESSAGE.get;

271:
272: -- Get the Variable Model Component Name
273: FND_MESSAGE.set_name('OKC','OKC_EXPRT_VAR_MODEL_TNOD_TITLE');
274: FND_MESSAGE.set_token('INTENT_MEANING',okc_util.decode_lookup('OKC_ARTICLE_INTENT',p_intent));
275: l_model_component_name := FND_MESSAGE.get;
276:
277: -- Put the Name in the description Column of cz_ps_nodes
278:
279: OPEN csr_installed_languages;