DBA Data[Home] [Help]

APPS.OKC_TERMS_VERSION_PVT dependencies on DUAL

Line 364: into l_change_nonstd from dual;

360: END LOOP;
361:
362: FOR cr IN cat_incremental_crs LOOP
363: select decode(cr.standard_yn,'N','Y',NULL)
364: into l_change_nonstd from dual;
365: --------------------------------------------
366: -- Update article
367: --------------------------------------------
368: Okc_K_Articles_Pvt.Update_Row(

Line 718: into l_change_nonstd from dual;

714: END LOOP;
715:
716: FOR cr IN cat_crs LOOP
717: select decode(cr.standard_yn,'N','Y',NULL)
718: into l_change_nonstd from dual;
719: --------------------------------------------
720: -- Update article
721: --------------------------------------------
722: Okc_K_Articles_Pvt.Update_Row(