Search Results ad_appl_tops
Overview
The AD_APPL_TOPS table is a core Applications DBA (AD) repository table within the Oracle E-Business Suite (EBS) system. It serves as the master registry for all APPL_TOP directories configured in an EBS instance. The APPL_TOP is a critical file system directory that houses the application tier software code, forms, reports, and other executable files. This table provides the system with a centralized, database-level reference for each APPL_TOP, uniquely identifying them by name and ID. Its primary role is to enable the EBS architecture to manage and track operations—such as patching and system maintenance—across multiple or distinct application top directories, which is essential in complex, multi-node, or shared APPL_TOP configurations.
Key Information Stored
While the specific column list is not detailed in the provided metadata, the structure and foreign key relationships define its critical data elements. The primary key column, APPL_TOP_ID, is a unique numeric identifier for each registered APPL_TOP. This ID is the fundamental reference used throughout the AD (Applications DBA) schema. A corresponding column, likely named APPL_TOP_NAME or similar, stores the logical name of the APPL_TOP directory. The table's design ensures that each physical APPL_TOP path or logical grouping used in the EBS environment is cataloged with a persistent identifier that the system's administrative utilities can reliably reference.
Common Use Cases and Queries
The primary use of AD_APPL_TOPS is to support patching and system maintenance operations. When an AutoPatch session (recorded in AD_PATCH_RUNS) is executed, it must be associated with a specific APPL_TOP target. Similarly, system snapshots or context file backups (in AD_SNAPSHOTS) are linked to an APPL_TOP. Administrators can query this table to inventory configured application tops or join it with related tables for reporting. Common SQL patterns include identifying which APPL_TOP was used for recent patches or verifying registration.
- Listing all registered APPL_TOPs:
SELECT appl_top_id, name FROM applsys.ad_appl_tops ORDER BY appl_top_id; - Joining with AD_PATCH_RUNS to see patch history per APPL_TOP:
SELECT pr.patch_name, pr.start_date, at.name FROM applsys.ad_patch_runs pr, applsys.ad_appl_tops at WHERE pr.appl_top_id = at.appl_top_id;
Related Objects
As indicated by the foreign key metadata, AD_APPL_TOPS is a referenced parent table for several key AD module tables. The APPL_TOP_ID column is a foreign key in:
- AD_PATCH_RUNS: Tracks each AutoPatch execution, linking it to the APPL_TOP where it was applied.
- AD_SNAPSHOTS: Stores snapshots of system configuration and context files, associating each snapshot with a specific APPL_TOP.
These relationships underscore the table's central role in the audit trail for change management. The primary key constraint AD_APPL_TOPS_PK enforces data integrity for these critical dependencies.
-
Table: AD_APPL_TOPS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:AD.AD_APPL_TOPS, object_name:AD_APPL_TOPS, status:VALID, product: AD - Applications DBA , description: APPL_TOP names , implementation_dba_data: APPLSYS.AD_APPL_TOPS ,
-
APPS.AD_PATCH_HIST_MIGR_PKG dependencies on AD_APPL_TOPS
12.2.2
-
APPS.AD_PATCH dependencies on AD_APPL_TOPS
12.2.2
-
APPS.AD_PATCH dependencies on AD_APPL_TOPS
12.1.1
-
APPS.AD_PATCH_IMPACT_API dependencies on AD_APPL_TOPS
12.1.1
-
APPS.FND_UMS_ANALYSIS_ENGINE dependencies on AD_APPL_TOPS
12.2.2
-
APPS.AD_PATCH_HIST_MIGR_PKG dependencies on AD_APPL_TOPS
12.1.1
-
APPS.FND_UMS_ANALYSIS_ENGINE dependencies on AD_APPL_TOPS
12.1.1
-
APPS.AD_FILE_UTIL dependencies on AD_APPL_TOPS
12.2.2
-
APPS.AD_FILE_SYS_SNAPSHOTS_PKG dependencies on AD_APPL_TOPS
12.2.2
-
APPS.AD_FILE_SYS_SNAPSHOTS_PKG dependencies on AD_APPL_TOPS
12.1.1
-
APPS.AD_FILE_UTIL dependencies on AD_APPL_TOPS
12.1.1
-
APPS.AD_ZD_ADOP dependencies on AD_APPL_TOPS
12.2.2
-
APPS.AD_PATCH_IMPACT_API dependencies on AD_APPL_TOPS
12.2.2
-
APPS.AD_FILE_SYS_SNAPSHOTS_PKG dependencies on AD_SNAPSHOTS_S
12.1.1
-
APPS.AD_ZD_ADOP dependencies on AD_RELEASES
12.2.2
-
APPS.AD_ZD_ADOP dependencies on FND_PRODUCT_GROUPS
12.2.2
-
APPS.AD_FILE_SYS_SNAPSHOTS_PKG dependencies on AD_SNAPSHOTS_S
12.2.2
-
APPS.AD_PATCH_HIST_REPS dependencies on AD_PATCH_DRIVERS
12.2.2
-
APPS.AD_PATCH_HIST_REPS dependencies on AD_PATCH_DRIVERS
12.1.1
-
APPS.AD_ZD_ADOP dependencies on AD_SNAPSHOT_FILES
12.2.2
-
APPS.AD_ZD_ADOP dependencies on AD_SNAPSHOTS
12.2.2
-
APPS.AD_PATCH dependencies on AD_SNAPSHOTS
12.1.1
-
APPS.AD_ZD_ADOP dependencies on FND_NODES
12.2.2
-
APPS.AD_PATCH dependencies on FND_PRODUCT_GROUPS
12.2.2
-
APPS.AD_FILE_SYS_SNAPSHOTS_PKG dependencies on AD_SNAPSHOTS
12.2.2
-
APPS.AD_FILE_UTIL dependencies on AD_SNAPSHOTS
12.2.2
-
APPS.AD_FILE_SYS_SNAPSHOTS_PKG dependencies on AD_SNAPSHOTS
12.1.1
-
SYNONYM: APPS.AD_APPL_TOPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AD_APPL_TOPS, status:VALID,
-
VIEW: APPLSYS.AD_APPL_TOPS#
12.2.2
owner:APPLSYS, object_type:VIEW, object_name:AD_APPL_TOPS#, status:VALID,
-
APPS.AD_PATCH dependencies on AD_SNAPSHOTS
12.2.2
-
VIEW: APPS.FND_IMP_SSUMMARY_VL
12.2.2
-
APPS.AD_PATCH dependencies on FND_PRODUCT_GROUPS
12.1.1
-
APPS.AD_FILE_UTIL dependencies on AD_RELEASES
12.2.2
-
APPS.AD_FILE_UTIL dependencies on AD_SNAPSHOTS
12.1.1
-
VIEW: APPS.FND_IMP_SSUMMARY_VL
12.1.1
-
VIEW: APPLSYS.AD_APPL_TOPS#
12.2.2
-
APPS.AD_ZD_ADOP dependencies on AD_SNAPSHOT_BUGFIXES
12.2.2
-
SYNONYM: APPS.AD_APPL_TOPS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AD_APPL_TOPS, status:VALID,
-
APPS.AD_PATCH dependencies on AD_FILE_SYS_SNAPSHOTS_PKG
12.2.2
-
APPS.AD_FILE_UTIL dependencies on AD_SNAPSHOTS_S
12.1.1
-
APPS.AD_FILE_UTIL dependencies on FND_PRODUCT_GROUPS
12.2.2
-
APPS.AD_PATCH_HIST_REPS dependencies on AD_APPLIED_PATCHES
12.1.1
-
APPS.AD_STATS_UTIL_PKG dependencies on FND_STATS
12.1.1
-
APPS.AD_PATCH_HIST_REPS dependencies on AD_APPLIED_PATCHES
12.2.2
-
APPS.AD_ZD_ADOP dependencies on FND_OAM_CONTEXT_FILES
12.2.2
-
APPS.AD_STATS_UTIL_PKG dependencies on FND_STATS
12.2.2
-
APPS.AD_FILE_UTIL dependencies on AD_SNAPSHOTS_S
12.2.2
-
APPS.AD_PATCH_IMPACT_API dependencies on AD_SNAPSHOTS
12.2.2
-
View: FND_IMP_SSUMMARY_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_IMP_SSUMMARY_VL, object_name:FND_IMP_SSUMMARY_VL, status:VALID, product: FND - Application Object Library , description: FND_IMP_SSUMMARY_VL , implementation_dba_data: APPS.FND_IMP_SSUMMARY_VL ,