DBA Data[Home] [Help]

APPS.BIX_CALL_LOAD_PKG dependencies on BIS_COMMON_PARAMETERS

Line 830: --degree => bis_common_parameters.get_degree_of_parallelism,

826:
827: --DBMS_STATS.gather_table_stats(ownname => g_bix_schema,
828: --tabName => 'bix_medias_for_worker',
829: --cascade => TRUE,
830: --degree => bis_common_parameters.get_degree_of_parallelism,
831: --estimate_percent => 10,
832: --granularity => 'GLOBAL');
833:
834: /*

Line 4509: degree => bis_common_parameters.get_degree_of_parallelism,

4505: --Analyze fact before merge
4506: DBMS_STATS.gather_table_stats(ownname => g_bix_schema,
4507: tabName => 'BIX_CALL_DETAILS_F',
4508: cascade => TRUE,
4509: degree => bis_common_parameters.get_degree_of_parallelism,
4510: estimate_percent => 10,
4511: granularity => 'GLOBAL');
4512:
4513: --write_log(to_char(sysdate, 'mm/dd/yyyy hh24:mi:ss: ')||

Line 5694: --degree => bis_common_parameters.get_degree_of_parallelism,

5690: --Analyze with zero rows to enable MERGE on FACT to perform with index
5691: --DBMS_STATS.gather_table_stats(ownname => g_bix_schema,
5692: --tabName => 'BIX_CALL_DETAILS_STG',
5693: --cascade => TRUE,
5694: --degree => bis_common_parameters.get_degree_of_parallelism,
5695: --estimate_percent => 10,
5696: --granularity => 'GLOBAL');
5697:
5698:

Line 5983: --degree => bis_common_parameters.get_degree_of_parallelism,

5979:
5980: --DBMS_STATS.gather_table_stats(ownname => g_bix_schema,
5981: --tabName => 'BIX_CALL_DETAILS_STG',
5982: --cascade => TRUE,
5983: --degree => bis_common_parameters.get_degree_of_parallelism,
5984: --estimate_percent => 10,
5985: --granularity => 'GLOBAL');
5986:
5987: --