DBA Data[Home] [Help]

APPS.CHV_CREATE_BUCKETS dependencies on CHV_HORIZONTAL_SCHEDULES

Line 255: insert into chv_horizontal_schedules

251: x_progress := '010' ;
252:
253: /* Insert the record type into the table */
254:
255: insert into chv_horizontal_schedules
256: (SCHEDULE_ID,
257: SCHEDULE_ITEM_ID,
258: ROW_SELECT_ORDER,
259: ROW_TYPE,

Line 606: ** to insert the record into CHV_HORIZONTAL_SCHEDULES

602: end loop ;
603:
604: /* Initialize row_select_order and row_type and call stored
605: ** procedure insert_buckets by passing the appropriate PL/SQL table
606: ** to insert the record into CHV_HORIZONTAL_SCHEDULES
607: */
608:
609: x_row_select_order := 1 ;
610: x_row_type := 'BUCKET_DESCRIPTOR' ;