DBA Data[Home] [Help]

APPS.PO_PDOI_PVT dependencies on FND_STATS

Line 1064: FND_STATS.gather_table_stats

1060:
1061: IF (l_return_status) THEN
1062: d_position := 10;
1063:
1064: FND_STATS.gather_table_stats
1065: ( ownname => l_schema,
1066: tabname => 'PO_HEADERS_INTERFACE'
1067: );
1068:

Line 1070: FND_STATS.gather_table_stats

1066: tabname => 'PO_HEADERS_INTERFACE'
1067: );
1068:
1069: d_position := 20;
1070: FND_STATS.gather_table_stats
1071: ( ownname => l_schema,
1072: tabname => 'PO_LINES_INTERFACE'
1073: );
1074:

Line 1076: FND_STATS.gather_table_stats

1072: tabname => 'PO_LINES_INTERFACE'
1073: );
1074:
1075: d_position := 30;
1076: FND_STATS.gather_table_stats
1077: ( ownname => l_schema,
1078: tabname => 'PO_LINE_LOCATIONS_INTERFACE'
1079: );
1080:

Line 1082: FND_STATS.gather_table_stats

1078: tabname => 'PO_LINE_LOCATIONS_INTERFACE'
1079: );
1080:
1081: d_position := 40;
1082: FND_STATS.gather_table_stats
1083: ( ownname => l_schema,
1084: tabname => 'PO_DISTRIBUTIONS_INTERFACE'
1085: );
1086:

Line 1088: FND_STATS.gather_table_stats

1084: tabname => 'PO_DISTRIBUTIONS_INTERFACE'
1085: );
1086:
1087: d_position := 50;
1088: FND_STATS.gather_table_stats
1089: ( ownname => l_schema,
1090: tabname => 'PO_PRICE_DIFF_INTERFACE'
1091: );
1092:

Line 1094: FND_STATS.gather_table_stats

1090: tabname => 'PO_PRICE_DIFF_INTERFACE'
1091: );
1092:
1093: d_position := 60;
1094: FND_STATS.gather_table_stats
1095: ( ownname => l_schema,
1096: tabname => 'PO_ATTR_VALUES_INTERFACE'
1097: );
1098:

Line 1100: FND_STATS.gather_table_stats

1096: tabname => 'PO_ATTR_VALUES_INTERFACE'
1097: );
1098:
1099: d_position := 70;
1100: FND_STATS.gather_table_stats
1101: ( ownname => l_schema,
1102: tabname => 'PO_ATTR_VALUES_TLP_INTERFACE'
1103: );
1104: ELSE