DBA Data[Home] [Help]

APPS.OKL_VP_CAT_PVT dependencies on OKC_STD_ART_VERSIONS_B

Line 1221: select '!' from OKC_STD_ART_VERSIONS_B

1217: END Validate_Record;
1218: ---------------End of the commented code-----------*/
1219: /*+++++++++++++Start of hand code +++++++++++++++++*/
1220: CURSOR std_art_csr (p_sae_id IN NUMBER, p_sav_release IN VARCHAR2) IS
1221: select '!' from OKC_STD_ART_VERSIONS_B
1222: where SAE_ID=p_sae_id and SAV_RELEASE=p_sav_release;
1223: l_dummy_var VARCHAR2(1) := '?';
1224: BEGIN
1225: if (p_catv_rec.CAT_TYPE) = 'STA' then