DBA Data[Home] [Help]

APPS.DDR_POP_CALENDAR_PKG dependencies on DDR_R_FSCL_MNTH_SEQ

Line 1819: SELECT DDR_R_FSCL_MNTH_SEQ.NEXTVAL

1815: l_month_no := l_month_no + 1;
1816: l_curr_month_start_date := l_curr_date;
1817: l_curr_month_end_date := ADD_MONTHS(l_curr_month_start_date,1)-1;
1818: -- l_curr_month_id := TO_NUMBER(TO_CHAR(l_curr_month_start_date,g_MNTH_ID_format));
1819: SELECT DDR_R_FSCL_MNTH_SEQ.NEXTVAL
1820: INTO l_curr_month_id
1821: FROM DUAL;
1822: l_curr_month := TO_NUMBER(TO_CHAR(l_curr_year) || LPAD(TO_CHAR(l_month_no),2,'0'));
1823: