DBA Data[Home] [Help]

APPS.OKE_UTILS dependencies on OKC_K_ARTICLES_V

Line 792: from okc_k_articles_v where id = P_id;

788:
789:
790: CURSOR c_text IS
791: select text
792: from okc_k_articles_v where id = P_id;
793:
794: BEGIN
795:
796: OPEN c_text;