DBA Data[Home] [Help]

APPS.CZ_IMP_PS_NODE dependencies on FND_STATS

Line 3066: fnd_stats.gather_table_stats('CZ', 'CZ_IMP_PS_NODES');

3062: END;
3063:
3064: IF(genStatisticsCz = 1)THEN
3065: x_error:=cz_utils.log_report('Gather Stats : Start' ,1,'CZ_IMP_PS_NODE.XFR',11299,inRun_Id);
3066: fnd_stats.gather_table_stats('CZ', 'CZ_IMP_PS_NODES');
3067: fnd_stats.gather_table_stats('CZ', 'CZ_IMP_DEVL_PROJECT');
3068: fnd_stats.gather_table_stats('CZ', 'CZ_PS_NODES');
3069: x_error:=cz_utils.log_report('Gather Stats : End' ,1,'CZ_IMP_PS_NODE.XFR',11299,inRun_Id);
3070:

Line 3067: fnd_stats.gather_table_stats('CZ', 'CZ_IMP_DEVL_PROJECT');

3063:
3064: IF(genStatisticsCz = 1)THEN
3065: x_error:=cz_utils.log_report('Gather Stats : Start' ,1,'CZ_IMP_PS_NODE.XFR',11299,inRun_Id);
3066: fnd_stats.gather_table_stats('CZ', 'CZ_IMP_PS_NODES');
3067: fnd_stats.gather_table_stats('CZ', 'CZ_IMP_DEVL_PROJECT');
3068: fnd_stats.gather_table_stats('CZ', 'CZ_PS_NODES');
3069: x_error:=cz_utils.log_report('Gather Stats : End' ,1,'CZ_IMP_PS_NODE.XFR',11299,inRun_Id);
3070:
3071: if (CZ_IMP_ALL.get_time) then

Line 3068: fnd_stats.gather_table_stats('CZ', 'CZ_PS_NODES');

3064: IF(genStatisticsCz = 1)THEN
3065: x_error:=cz_utils.log_report('Gather Stats : Start' ,1,'CZ_IMP_PS_NODE.XFR',11299,inRun_Id);
3066: fnd_stats.gather_table_stats('CZ', 'CZ_IMP_PS_NODES');
3067: fnd_stats.gather_table_stats('CZ', 'CZ_IMP_DEVL_PROJECT');
3068: fnd_stats.gather_table_stats('CZ', 'CZ_PS_NODES');
3069: x_error:=cz_utils.log_report('Gather Stats : End' ,1,'CZ_IMP_PS_NODE.XFR',11299,inRun_Id);
3070:
3071: if (CZ_IMP_ALL.get_time) then
3072: end_time := dbms_utility.get_time();