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 572: ** to insert the record into CHV_HORIZONTAL_SCHEDULES

568: /*new code ends*/
569:
570: /* Initialize row_select_order and row_type and call stored
571: ** procedure insert_buckets by passing the appropriate PL/SQL table
572: ** to insert the record into CHV_HORIZONTAL_SCHEDULES
573: */
574:
575: x_row_select_order := 1 ;
576: x_row_type := 'BUCKET_DESCRIPTOR' ;