DBA Data[Home] [Help]

APPS.PER_DATA_UPGRADER_UTIL dependencies on AD_PARALLEL_UPDATES_PKG

Line 116: ad_parallel_updates_pkg.initialize_id_range(

112: if l_table_rowcount > 2 * p_total_num_workers then
113: /*
114: ** Prepare the upgrade....
115: */
116: ad_parallel_updates_pkg.initialize_id_range(
117: ad_parallel_updates_pkg.ID_RANGE,
118: p_table_owner,
119: p_table_name,
120: p_update_name,

Line 117: ad_parallel_updates_pkg.ID_RANGE,

113: /*
114: ** Prepare the upgrade....
115: */
116: ad_parallel_updates_pkg.initialize_id_range(
117: ad_parallel_updates_pkg.ID_RANGE,
118: p_table_owner,
119: p_table_name,
120: p_update_name,
121: p_pkid_column,

Line 130: ad_parallel_updates_pkg.get_id_range(

126: );
127: /*
128: ** Get the initial range of IDs to process.
129: */
130: ad_parallel_updates_pkg.get_id_range(
131: l_start_pkid,
132: l_end_pkid,
133: l_any_rows_to_process,
134: p_batch_size,

Line 163: ad_parallel_updates_pkg.processed_id_range(

159: OUT l_rows_processed;
160: /*
161: ** Mark the batch of IDs as processed...
162: */
163: ad_parallel_updates_pkg.processed_id_range(
164: l_rows_processed,
165: l_end_pkid);
166:
167: /*

Line 175: ad_parallel_updates_pkg.get_id_range(

171:
172: /*
173: ** Get the next range of IDs
174: */
175: ad_parallel_updates_pkg.get_id_range(
176: l_start_pkid,
177: l_end_pkid,
178: l_any_rows_to_process,
179: p_batch_size,