DBA Data[Home] [Help]

APPS.CSTPPPSC dependencies on CST_PAC_PERIODS_S

Line 368: /* Cursor to obtain the new pac period id from cst_pac_periods_s sequence */

364: distributions_flag VARCHAR2(1);
365: transfer_cost_flag VARCHAR2(1);
366:
367: /* **************************************************************************** */
368: /* Cursor to obtain the new pac period id from cst_pac_periods_s sequence */
369: /* **************************************************************************** */
370:
371: CURSOR get_new_period_id_cur IS
372: select cst_pac_periods_s.nextval

Line 372: select cst_pac_periods_s.nextval

368: /* Cursor to obtain the new pac period id from cst_pac_periods_s sequence */
369: /* **************************************************************************** */
370:
371: CURSOR get_new_period_id_cur IS
372: select cst_pac_periods_s.nextval
373: from dual;
374:
375:
376: /* **************************************************************************** */