DBA Data[Home] [Help]

APPS.OKC_DELIVERABLE_PROCESS_PVT dependencies on OKC_K_ART_VARIABLES

Line 8286: l_old_var_code okc_k_art_variables.variable_code%TYPE;

8282: l_message_txt VARCHAR2(2000);
8283: l_qa_code VARCHAR2(80) := 'CHECK_DELIVERABLES_VAR_USAGE';
8284: l_short_desc VARCHAR2(80) ;
8285:
8286: l_old_var_code okc_k_art_variables.variable_code%TYPE;
8287: l_old_art_id okc_k_articles_b.sav_sae_id%TYPE;
8288: l_article_name VARCHAR2(240);
8289:
8290: --variable codes

Line 8322: okc_k_art_variables av

8318: ,art.scn_id section_id
8319: ,sec.label||' '||sec.heading section_name
8320: ,variables.variable_name variable_name
8321: from
8322: okc_k_art_variables av
8323: ,okc_k_articles_b art
8324: ,okc_sections_b sec
8325: ,okc_bus_variables_v variables
8326: where