DBA Data[Home] [Help]

APPS.CSTPPPSC dependencies on CST_PAC_PERIODS_S

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

335: distributions_flag VARCHAR2(1);
336: transfer_cost_flag VARCHAR2(1);
337:
338: /* **************************************************************************** */
339: /* Cursor to obtain the new pac period id from cst_pac_periods_s sequence */
340: /* **************************************************************************** */
341:
342: CURSOR get_new_period_id_cur IS
343: select cst_pac_periods_s.nextval

Line 343: select cst_pac_periods_s.nextval

339: /* Cursor to obtain the new pac period id from cst_pac_periods_s sequence */
340: /* **************************************************************************** */
341:
342: CURSOR get_new_period_id_cur IS
343: select cst_pac_periods_s.nextval
344: from dual;
345:
346:
347: /* **************************************************************************** */