DBA Data[Home] [Help]

APPS.CHV_BUILD_SCHEDULES dependencies on CHV_SCHEDULE_HEADERS_S2

Line 1248: SELECT chv_schedule_headers_s2.NEXTVAL

1244: -- Select the next largest number to be used for the next schedule
1245: -- generated today; Set the revision to 0 for a new schedule.
1246: x_progress := '010';
1247:
1248: SELECT chv_schedule_headers_s2.NEXTVAL
1249: INTO x_count_l
1250: FROM DUAL;
1251:
1252: x_schedule_num := TO_CHAR(SYSDATE, 'YYYYMMDD') || '-' ||