DBA Data[Home] [Help]

APPS.OKC_PO_MOD_PKG dependencies on OKC_ARTICLES_ALL

Line 108: from okc_articles_all

104: END IF;
105:
106: IF l_section_code IS NULL THEN
107: select article_title into l_article_title
108: from okc_articles_all
109: where article_id = l_article_id;
110:
111: --Clause does not have a default section. So error out.
112: Okc_Api.Set_Message(p_app_name => G_APP_NAME,