DBA Data[Home] [Help]

APPS.CSTPPPSC dependencies on DUAL

Line 344: from dual;

340: /* **************************************************************************** */
341:
342: CURSOR get_new_period_id_cur IS
343: select cst_pac_periods_s.nextval
344: from dual;
345:
346:
347: /* **************************************************************************** */
348: /* Cursor whether another user is opening this period simultaneously */

Line 638: FROM dual;

634: l_user_id,
635: SYSDATE,
636: l_user_id,
637: -1
638: FROM dual;
639:
640: if (phase_count = 8) then
641: goto cppp_insert_done_label;
642: end if;