DBA Data[Home] [Help]

APPS.CHV_BUILD_REVISION dependencies on CHV_SCHEDULE_HEADERS_S

Line 125: SELECT chv_schedule_headers_s.NEXTVAL

121: -- Insert a new row into CHV_SCHEDULE_HEADERS.
122: -- Before that, get a new unique schedule header ID.
123: -- Any error will be caught at the exception at the end of the procedure.
124: x_progress := '050';
125: SELECT chv_schedule_headers_s.NEXTVAL
126: INTO x_schedule_id
127: FROM DUAL;
128:
129: x_progress := '060';

Line 130: INSERT INTO chv_schedule_headers(schedule_id,

126: INTO x_schedule_id
127: FROM DUAL;
128:
129: x_progress := '060';
130: INSERT INTO chv_schedule_headers(schedule_id,
131: vendor_id,
132: vendor_site_id,
133: schedule_type,
134: schedule_subtype,