DBA Data[Home] [Help]

APPS.OKL_ASE_PVT dependencies on OKL_AE_TEMPLATES

Line 1141: FROM OKL_AE_TEMPLATES

1137:
1138: CURSOR tmpl_csr(v_template_id IN NUMBER)
1139: IS
1140: SELECT '1'
1141: FROM OKL_AE_TEMPLATES
1142: WHERE id = v_template_id;
1143:
1144: l_fetch_flag VARCHAR2(1);
1145: