DBA Data[Home] [Help]

APPS.OKE_CONTRACT_PRINTING_PKG dependencies on OKC_K_ARTICLES_V

Line 263: from okc_k_articles_v

259: and major_version = p_version;
260:
261: cursor c_line_ids is
262: select cle_id,comments,text
263: from okc_k_articles_v
264: where dnz_chr_id = p_id
265: and cat_type=p_cat_type
266: and sav_sae_id=p_sav_sae_id
267: and sav_sav_release = p_sav_sav_release;