DBA Data[Home] [Help]

APPS.AD_FILE_SYS_SNAPSHOTS_PKG dependencies on AD_TIMESTAMPS

Line 305: from ad_timestamps

301:
302: begin
303: select 'x'
304: into l_dummy
305: from ad_timestamps
306: where type = 'BACKFILLED_BUGS_IN_CURRENT_VIEW_SNAPSHOT'
307: and attribute = l_apps_sys_nm||'*'||l_at_name;
308:
309: return;

Line 978: -- strategy of a "wierd" row in AD_TIMESTAMPS)

974: --
975: -- Public program units
976: --
977: -- Returns TRUE if we are allowed to maintain snapshots (using a temporary
978: -- strategy of a "wierd" row in AD_TIMESTAMPS)
979: --
980: -- CORRECTION: Starting 4/25/02 bug# 2345215, will always return TRUE.
981:
982: function snapshot_maint_allowed return boolean is