DBA Data[Home] [Help]

APPS.OKC_ARTICLES_ALL_PVT dependencies on OKC_UTIL

Line 896: l_tmp_return_status := Okc_Util.Check_Lookup_Code('OKC_SUBJECT',p_article_type);

892: Okc_Api.Set_Message(G_APP_NAME, 'OKC_ART_INVALID_TYPE');
893: l_return_status := G_RET_STS_ERROR;
894: END IF;
895: ELSIF p_standard_yn = 'Y' THEN
896: l_tmp_return_status := Okc_Util.Check_Lookup_Code('OKC_SUBJECT',p_article_type);
897: IF (l_tmp_return_status <> G_RET_STS_SUCCESS) THEN
898: IF (l_debug = 'Y') THEN
899: Okc_Debug.Log('2300: - attribute ARTICLE_TYPE is invalid for std clause', 2);
900: END IF;