DBA Data[Home] [Help]

APPS.IGS_PS_WF_EVENT_PKG dependencies on IGS_PS_EMP_CATS_WL

Line 332: SELECT 'x' FROM igs_ps_emp_cats_wl

328:
329: /* Cursor to find the setup in the Employment Category*/
330:
331: CURSOR c_emp_cat_setup IS
332: SELECT 'x' FROM igs_ps_emp_cats_wl
333: WHERE rownum = 1;
334:
335: /* Cursor for Sequence */
336: