DBA Data[Home] [Help]

APPS.OKL_TAB_PVT dependencies on OKL_AE_TEMPLATES

Line 1038: FROM OKL_AE_TEMPLATES

1034:
1035: CURSOR tmpl_csr(v_template_id IN NUMBER)
1036: IS
1037: SELECT '1'
1038: FROM OKL_AE_TEMPLATES
1039: WHERE id = v_template_id;
1040:
1041: l_fetch_flag VARCHAR2(1);
1042: