DBA Data[Home] [Help]

APPS.RRS_IMPORT_INTERFACE_PKG dependencies on FND_STATS

Line 113: fnd_stats.gather_table_stats('RRS','RRS_SITES_INTERFACE',cascade=>true,percent=>30);

109:
110:
111: If p_gather_stats = 'Y' then
112:
113: fnd_stats.gather_table_stats('RRS','RRS_SITES_INTERFACE',cascade=>true,percent=>30);
114:
115: end if;
116:
117: Validate_new_rows( p_batch_id => p_batch_id

Line 198: fnd_stats.gather_table_stats('RRS','RRS_SITE_UA_INTF',cascade=>true,percent=>30);

194: and Process_status = G_PS_TO_BE_PROCESSED;
195:
196: If p_gather_stats = 'Y' then
197:
198: fnd_stats.gather_table_stats('RRS','RRS_SITE_UA_INTF',cascade=>true,percent=>30);
199:
200: end if;
201:
202: end if;

Line 217: fnd_stats.gather_table_stats('RRS','RRS_LOCATION_UA_INTF',cascade=>true,percent=>30);

213: and Process_status = G_PS_TO_BE_PROCESSED;
214:
215: If p_gather_stats = 'Y' then
216:
217: fnd_stats.gather_table_stats('RRS','RRS_LOCATION_UA_INTF',cascade=>true,percent=>30);
218:
219: end if;
220:
221:

Line 238: fnd_stats.gather_table_stats('RRS','RRS_TRADEAREA_UA_INTF',cascade=>true,percent=>30);

234: and Process_status = G_PS_TO_BE_PROCESSED;
235:
236: If p_gather_stats = 'Y' then
237:
238: fnd_stats.gather_table_stats('RRS','RRS_TRADEAREA_UA_INTF',cascade=>true,percent=>30);
239:
240: end if;
241:
242: