DBA Data[Home] [Help]

APPS.PO_PDOI_PVT dependencies on FND_STATS

Line 1057: FND_STATS.gather_table_stats

1053:
1054: IF (l_return_status) THEN
1055: d_position := 10;
1056:
1057: FND_STATS.gather_table_stats
1058: ( ownname => l_schema,
1059: tabname => 'PO_HEADERS_INTERFACE'
1060: );
1061:

Line 1063: FND_STATS.gather_table_stats

1059: tabname => 'PO_HEADERS_INTERFACE'
1060: );
1061:
1062: d_position := 20;
1063: FND_STATS.gather_table_stats
1064: ( ownname => l_schema,
1065: tabname => 'PO_LINES_INTERFACE'
1066: );
1067:

Line 1069: FND_STATS.gather_table_stats

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

Line 1075: FND_STATS.gather_table_stats

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

Line 1081: FND_STATS.gather_table_stats

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

Line 1087: FND_STATS.gather_table_stats

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

Line 1093: FND_STATS.gather_table_stats

1089: tabname => 'PO_ATTR_VALUES_INTERFACE'
1090: );
1091:
1092: d_position := 70;
1093: FND_STATS.gather_table_stats
1094: ( ownname => l_schema,
1095: tabname => 'PO_ATTR_VALUES_TLP_INTERFACE'
1096: );
1097: ELSE