DBA Data[Home] [Help]

APPS.CSTPPPSC dependencies on DUAL

Line 373: from dual;

369: /* **************************************************************************** */
370:
371: CURSOR get_new_period_id_cur IS
372: select cst_pac_periods_s.nextval
373: from dual;
374:
375:
376: /* **************************************************************************** */
377: /* Cursor whether another user is opening this period simultaneously */

Line 667: FROM dual;

663: l_user_id,
664: SYSDATE,
665: l_user_id,
666: -1
667: FROM dual;
668:
669: if (phase_count = 8) then
670: goto cppp_insert_done_label;
671: end if;