DBA Data[Home] [Help]

APPS.AD_PATCH_HIST_MIGR_PKG dependencies on DUAL

Line 36: from dual;

32: G_SNAPSHOT_MAINT_ALLOWED := AD_FILE_SYS_SNAPSHOTS_PKG.Snapshot_Maint_Allowed;
33:
34: select fnd_concurrent_requests_s.currval
35: into G_IMPORT_SESSION_ID
36: from dual;
37: end initialize;
38:
39: procedure bootstrap_release is
40: l_rlse_id number;