DBA Data[Home] [Help]

APPS.CHV_CREATE_BUCKETS dependencies on CHV_CREATE_BUCKETS

Line 1: PACKAGE BODY CHV_CREATE_BUCKETS as

1: PACKAGE BODY CHV_CREATE_BUCKETS as
2: /* $Header: CHVCBKTB.pls 120.1 2005/07/04 01:37:54 pchintal noship $*/
3: /*========================== CHV_CREATE_BUCKETS ==============================*/
4: /*=============================================================================
5:

Line 3: /*========================== CHV_CREATE_BUCKETS ==============================*/

1: PACKAGE BODY CHV_CREATE_BUCKETS as
2: /* $Header: CHVCBKTB.pls 120.1 2005/07/04 01:37:54 pchintal noship $*/
3: /*========================== CHV_CREATE_BUCKETS ==============================*/
4: /*=============================================================================
5:
6: PROCEDURE NAME: create_bucket_template()
7:

Line 611: chv_create_buckets.load_horizontal_schedules(p_schedule_id ,

607: */
608:
609: x_row_select_order := 1 ;
610: x_row_type := 'BUCKET_DESCRIPTOR' ;
611: chv_create_buckets.load_horizontal_schedules(p_schedule_id ,
612: p_schedule_item_id ,
613: x_row_select_order ,
614: x_row_type ,
615: p_bucket_descriptor_table ) ;

Line 619: chv_create_buckets.load_horizontal_schedules(p_schedule_id ,

615: p_bucket_descriptor_table ) ;
616:
617: x_row_select_order := 2 ;
618: x_row_type := 'BUCKET_START_DATE' ;
619: chv_create_buckets.load_horizontal_schedules(p_schedule_id ,
620: p_schedule_item_id ,
621: x_row_select_order ,
622: x_row_type ,
623: p_bucket_start_date_table ) ;

Line 627: chv_create_buckets.load_horizontal_schedules(p_schedule_id ,

623: p_bucket_start_date_table ) ;
624:
625: x_row_select_order := 3 ;
626: x_row_type := 'RELEASE_QUANTITY' ;
627: chv_create_buckets.load_horizontal_schedules(p_schedule_id ,
628: p_schedule_item_id ,
629: x_row_select_order ,
630: x_row_type ,
631: x_release_quantity_table ) ;

Line 635: chv_create_buckets.load_horizontal_schedules(p_schedule_id ,

631: x_release_quantity_table ) ;
632:
633: x_row_select_order := 4 ;
634: x_row_type := 'FORECAST_QUANTITY' ;
635: chv_create_buckets.load_horizontal_schedules(p_schedule_id ,
636: p_schedule_item_id ,
637: x_row_select_order ,
638: x_row_type ,
639: x_forecast_quantity_table ) ;

Line 642: chv_create_buckets.load_horizontal_schedules(p_schedule_id ,

638: x_row_type ,
639: x_forecast_quantity_table ) ;
640: x_row_select_order := 5 ;
641: x_row_type := 'TOTAL_QUANTITY' ;
642: chv_create_buckets.load_horizontal_schedules(p_schedule_id ,
643: p_schedule_item_id ,
644: x_row_select_order ,
645: x_row_type ,
646: x_total_quantity_table ) ;

Line 650: chv_create_buckets.load_horizontal_schedules(p_schedule_id ,

646: x_total_quantity_table ) ;
647:
648: x_row_select_order := 6 ;
649: x_row_type := 'CUM_QUANTITY' ;
650: chv_create_buckets.load_horizontal_schedules(p_schedule_id ,
651: p_schedule_item_id ,
652: x_row_select_order ,
653: x_row_type ,
654: x_cum_quantity_table ) ;

Line 658: chv_create_buckets.load_horizontal_schedules(p_schedule_id ,

654: x_cum_quantity_table ) ;
655:
656: x_row_select_order := 7 ;
657: x_row_type := 'BUCKET_END_DATE' ;
658: chv_create_buckets.load_horizontal_schedules(p_schedule_id ,
659: p_schedule_item_id ,
660: x_row_select_order ,
661: x_row_type ,
662: p_bucket_end_date_table ) ;

Line 670: END CHV_CREATE_BUCKETS ;

666: raise;
667:
668: END calculate_buckets ;
669:
670: END CHV_CREATE_BUCKETS ;