DBA Data[Home] [Help]

APPS.AD_PARALLEL_UPDATES_PKG dependencies on AD_PARALLEL_UPDATES_PKG

Line 1: package body ad_parallel_updates_pkg as

1: package body ad_parallel_updates_pkg as
2: -- $Header: adprupdb.pls 120.7 2006/09/13 18:48:46 schadala ship $
3:
4: SUBTYPE update_info_type IS ad_parallel_updates%ROWTYPE;
5:

Line 245: -- in ad_parallel_updates_pkg() package.

241:
242: -- For bug 3447980, a view ad_extents is created via adgrants.sql,
243: -- using the huge select tested by APPS Performance team.
244: -- This is to replace the Rule optimization
245: -- in ad_parallel_updates_pkg() package.
246:
247: procedure populate_extent_info
248: (X_owner in varchar2,
249: X_table in varchar2,

Line 945: ad_parallel_updates_pkg.PRESERVE_PROCESSED_UNITS,

941: initialize(X_update_type,
942: X_owner, X_table, X_script, X_ID_column,
943: X_worker_id, X_num_workers,
944: X_batch_size, X_debug_level,
945: ad_parallel_updates_pkg.PRESERVE_PROCESSED_UNITS,
946: X_SQL_Stmt, X_Begin_ID, X_End_ID);
947: END initialize_id_range;
948:
949: