Search Results business letter templates
The FND_AUDIT_TMPLT_MST
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical repository for audit template metadata, serving as the foundation for configuring audit policies and compliance tracking within the system. This table stores master-level information about audit templates, which define the rules and criteria for auditing transactions, data changes, or user activities across Oracle EBS modules. Below is a detailed technical breakdown of its structure, purpose, and integration within Oracle EBS.
### **1. Purpose and Functional Role**
The FND_AUDIT_TMPLT_MST
table is part of Oracle's Application Object Library (AOL) and supports the Audit Framework, a feature enabling administrators to monitor and log changes to critical data. Audit templates define what data to track (e.g., specific tables, columns), the triggering events (insert, update, delete), and the granularity of logging (e.g., row-level or column-level). This table acts as the central repository for template definitions, linking to subordinate tables like FND_AUDIT_TMPLT_COLS
(for column-level auditing) and FND_AUDIT_TMPLT_GROUPS
(for grouping related templates).
### **2. Key Columns and Structure**
The table's schema includes columns essential for template management:
- **TEMPLATE_ID**: Primary key, uniquely identifying each audit template.
- **TEMPLATE_NAME**: User-defined name for the template (e.g., "GL_Journal_Entry_Audit").
- **APPLICATION_ID**: Links to FND_APPLICATION
, specifying the EBS module (e.g., GL, AP) associated with the template.
- **TABLE_NAME**: The database table being audited (e.g., GL_JE_HEADERS
).
- **AUDIT_LEVEL**: Indicates whether auditing is at the row level (all changes) or column level (specific attributes).
- **ENABLED_FLAG**: Boolean flag (Y/N) to activate or deactivate the template.
- **CREATION_DATE**, **CREATED_BY**, **LAST_UPDATE_DATE**, **LAST_UPDATED_BY**: Standard Oracle EBS audit columns for tracking template lifecycle.
### **3. Integration with Oracle EBS Audit Framework**
The table integrates with Oracle's Audit Workbench and underlying APIs (e.g., FND_AUDIT_UTIL
) to:
- **Generate Audit Logs**: When a configured event occurs, the template triggers the insertion of records into audit log tables (e.g., FND_AUDIT_LOG
).
- **Support Compliance**: Templates align with regulatory requirements (e.g., SOX, GDPR) by ensuring traceability of sensitive data modifications.
- **Enable Conditional Auditing**: Through FND_AUDIT_TMPLT_CONDITIONS
, rules can be added to filter auditable events (e.g., audit only if AMOUNT > 10,000
).
### **4. Usage Scenarios**
- **Financial Auditing**: Tracking changes to General Ledger journal entries (GL_JE_HEADERS
) to ensure integrity.
- **User Accountability**: Monitoring updates to user roles (FND_USER
) for security compliance.
- **Custom Module Audits**: Extending templates to custom tables via the same framework.
### **5. Technical Considerations**
- **Performance Impact**: Heavy auditing can increase database load; templates should be optimized to target critical data only.
- **Upgrade Compatibility**: In EBS 12.2.2, the table remains backward-compatible with 12.1.1, but new columns or indexes may exist.
- **Security**: Access to FND_AUDIT_TMPLT_MST
requires FND_AUDIT_ADMIN
role privileges to prevent unauthorized template modifications.
### **6. Related Tables and Dependencies**
- **FND_AUDIT_TMPLT_COLS
**: Defines audited columns for column-level templates.
- **FND_AUDIT_GROUPS
**: Groups templates for unified reporting.
- **FND_AUDIT_LOG
**: Stores the actual audit records generated by templates.
### **Conclusion**
The FND_AUDIT_TMPLT_MST
table is a cornerstone of Oracle EBS's auditing capabilities, providing a structured approach to compliance and data governance. Its design ensures flexibility across modules while maintaining performance and security. Administrators leveraging this table must balance auditing granularity with system overhead, ensuring alignment with organizational policies and regulatory mandates.
-
Lookup Type: FND_WF_BES_RULE_FUNC
12.1.1
product: FND - Application Object Library , meaning: Workflow Business Event Systems Rule Functions , description: Workflow Business Event Systems Rule Functions ,
-
Lookup Type: FND_WF_BES_RULE_FUNC
12.2.2
product: FND - Application Object Library , meaning: Workflow Business Event Systems Rule Functions , description: Workflow Business Event Systems Rule Functions ,
-
Table: FND_AUDIT_TMPLT_MST
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_AUDIT_TMPLT_MST, object_name:FND_AUDIT_TMPLT_MST, status:VALID, product: FND - Application Object Library , description: This table stores Industry Templates. , implementation_dba_data: APPLSYS.FND_AUDIT_TMPLT_MST ,
-
Table: FND_AUDIT_TMPLT_MST
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_AUDIT_TMPLT_MST, object_name:FND_AUDIT_TMPLT_MST, status:VALID, product: FND - Application Object Library , description: This table stores Industry Templates. , implementation_dba_data: APPLSYS.FND_AUDIT_TMPLT_MST ,
-
Table: FND_AUDIT_TMPLT_DTL
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_AUDIT_TMPLT_DTL, object_name:FND_AUDIT_TMPLT_DTL, status:VALID, product: FND - Application Object Library , description: This table stores the relation between Industry Templates and Audit Groups. , implementation_dba_data: APPLSYS.FND_AUDIT_TMPLT_DTL ,
-
Table: FND_AUDIT_TMPLT_DTL
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_AUDIT_TMPLT_DTL, object_name:FND_AUDIT_TMPLT_DTL, status:VALID, product: FND - Application Object Library , description: This table stores the relation between Industry Templates and Audit Groups. , implementation_dba_data: APPLSYS.FND_AUDIT_TMPLT_DTL ,
-
Table: FND_CONC_PP_TEMPLATES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONC_PP_TEMPLATES, object_name:FND_CONC_PP_TEMPLATES, status:VALID, product: FND - Application Object Library , description: Post-processing templates for the concurrent processor , implementation_dba_data: APPLSYS.FND_CONC_PP_TEMPLATES ,
-
Table: FND_CONC_PP_TEMPLATES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONC_PP_TEMPLATES, object_name:FND_CONC_PP_TEMPLATES, status:VALID, product: FND - Application Object Library , description: Post-processing templates for the concurrent processor , implementation_dba_data: APPLSYS.FND_CONC_PP_TEMPLATES ,
-
Lookup Type: BUSINESS_ENTITY
12.1.1
product: FND - Application Object Library , meaning: Business Entity(1) ,
-
Concurrent Program: FND_BVGEN_BY_VIEWNAME
12.2.2
execution_filename: BIS_VIEW_GENERATOR_PVT.GENERATE_VIEWS , product: FND - Application Object Library , user_name: Business View Generator , description: Business View Generator , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FND_BVGEN_ALL
12.1.1
execution_filename: BIS_VIEW_GENERATOR_PVT.GENERATE_VIEWS , product: FND - Application Object Library , user_name: Business View Generator , description: Business View Generator , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FND_BVGEN_BY_LOOKUP
12.1.1
execution_filename: BIS_VIEW_GENERATOR_PVT.GENERATE_VIEWS , product: FND - Application Object Library , user_name: Business View Generator , description: Business View Generator , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FND_BVGEN_BY_DESCFLEX
12.1.1
execution_filename: BIS_VIEW_GENERATOR_PVT.GENERATE_VIEWS , product: FND - Application Object Library , user_name: Business View Generator , description: Business View Generator , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FND_BVGEN_BY_APPLICATION
12.1.1
execution_filename: BIS_VIEW_GENERATOR_PVT.GENERATE_VIEWS , product: FND - Application Object Library , user_name: Business View Generator , description: Business View Generator , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FND_BVGEN_BY_VIEWNAME
12.1.1
execution_filename: BIS_VIEW_GENERATOR_PVT.GENERATE_VIEWS , product: FND - Application Object Library , user_name: Business View Generator , description: Business View Generator , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FND_BVGEN_BY_APPLICATION
12.2.2
execution_filename: BIS_VIEW_GENERATOR_PVT.GENERATE_VIEWS , product: FND - Application Object Library , user_name: Business View Generator , description: Business View Generator , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FND_BVGEN_ALL
12.2.2
execution_filename: BIS_VIEW_GENERATOR_PVT.GENERATE_VIEWS , product: FND - Application Object Library , user_name: Business View Generator , description: Business View Generator , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: BUSINESS_ENTITY
12.2.2
product: FND - Application Object Library , meaning: Business Entity(1) ,
-
Concurrent Program: FND_BVGEN_BY_LOOKUP
12.2.2
execution_filename: BIS_VIEW_GENERATOR_PVT.GENERATE_VIEWS , product: FND - Application Object Library , user_name: Business View Generator , description: Business View Generator , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FND_BVGEN_BY_DESCFLEX
12.2.2
execution_filename: BIS_VIEW_GENERATOR_PVT.GENERATE_VIEWS , product: FND - Application Object Library , user_name: Business View Generator , description: Business View Generator , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FND_BVGEN_BY_KEYFLEX
12.1.1
execution_filename: BIS_VIEW_GENERATOR_PVT.GENERATE_VIEWS , product: FND - Application Object Library , user_name: Business View Generator , description: Business View Generator , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FND_BVGEN_BY_KEYFLEX
12.2.2
execution_filename: BIS_VIEW_GENERATOR_PVT.GENERATE_VIEWS , product: FND - Application Object Library , user_name: Business View Generator , description: Business View Generator , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: FAILURE_SCORE_OVERRIDE_CODE
12.1.1
product: FND - Application Object Library , meaning: Failure Score Override Code , description: Failure Score Override Code ,
-
Lookup Type: FAILURE_SCORE_OVERRIDE_CODE
12.2.2
product: FND - Application Object Library , meaning: Failure Score Override Code , description: Failure Score Override Code ,
-
Lookup Type: GERMAN_REASON_CODE
12.1.1
product: FND - Application Object Library , meaning: German Reason Codes , description: German Reason Codes ,
-
Lookup Type: GERMAN_REASON_CODE
12.2.2
product: FND - Application Object Library , meaning: German Reason Codes , description: German Reason Codes ,
-
Lookup Type: FND_REP_SERVICE_ENABLED
12.1.1
product: FND - Application Object Library , meaning: Service Enabled Interface Types , description: Service Enabled Interface Types in IREP ,
-
Lookup Type: FND_REP_SERVICE_ENABLED
12.2.2
product: FND - Application Object Library , meaning: Service Enabled Interface Types , description: Service Enabled Interface Types in IREP ,
-
Lookup Type: DNB_GDP_PRODUCT
12.2.2
product: FND - Application Object Library , meaning: DNB Products , description: DNB Products ,
-
Lookup Type: DNB_GDP_PRODUCT
12.1.1
product: FND - Application Object Library , meaning: DNB Products , description: DNB Products ,
-
Lookup Type: FND_PII_GROUP_PURPOSE
12.1.1
product: FND - Application Object Library , meaning: Business Purpose and Personal Data ,
-
Lookup Type: FND_PII_GROUP_PURPOSE
12.2.2
product: FND - Application Object Library , meaning: Business Purpose and Personal Data ,
-
Lookup Type: APPS_SSO_LINK_TRUTH_SRC_TYPE
12.2.2
product: FND - Application Object Library , meaning: Applications SSO Linking Truth Source Type , description: This lookup is used by the "Applications SSO Linking Truth Source" profile to indicate the source of truth when linking happens between existing users in OID and E-Business Suite. ,
-
Lookup Type: APPS_SSO_LINK_TRUTH_SRC_TYPE
12.1.1
product: FND - Application Object Library , meaning: Applications SSO Linking Truth Source Type , description: This lookup is used by the "Applications SSO Linking Truth Source" profile to indicate the source of truth when linking happens between existing users in OID and E-Business Suite. ,
-
Table: FND_OAM_BF
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_OAM_BF, object_name:FND_OAM_BF, status:VALID, product: FND - Application Object Library , description: This table will contain the business flow definitions for predefined business flows , implementation_dba_data: APPLSYS.FND_OAM_BF ,
-
Table: FND_OAM_BF
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_OAM_BF, object_name:FND_OAM_BF, status:VALID, product: FND - Application Object Library , description: This table will contain the business flow definitions for predefined business flows , implementation_dba_data: APPLSYS.FND_OAM_BF ,
-
Table: FND_OAM_BF_CUST
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_OAM_BF_CUST, object_name:FND_OAM_BF_CUST, status:VALID, product: FND - Application Object Library , description: This table will contain the business flow definitions for user defined business flows , implementation_dba_data: APPLSYS.FND_OAM_BF_CUST ,
-
Table: FND_OAM_BF_CUST
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_OAM_BF_CUST, object_name:FND_OAM_BF_CUST, status:VALID, product: FND - Application Object Library , description: This table will contain the business flow definitions for user defined business flows , implementation_dba_data: APPLSYS.FND_OAM_BF_CUST ,
-
Lookup Type: FND_WF_BES_ON_ERROR
12.1.1
product: FND - Application Object Library , meaning: Workflow Business Event System On Error , description: Workflow Business Event System On Error ,
-
Lookup Type: FND_WF_BES_ON_ERROR
12.2.2
product: FND - Application Object Library , meaning: Workflow Business Event System On Error , description: Workflow Business Event System On Error ,
-
Concurrent Program: FNDOAMPOSTMET
12.1.1
execution_filename: FND_LOG_UTIL.METRIC_EVENT_PENDING_METRICS , product: FND - Application Object Library , user_name: OAM_BE_PPM , description: For posting pending metrics in business exception , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: FND_WF_BES_ADD_OPTIONS
12.1.1
product: FND - Application Object Library , meaning: Workflow BES Subscription Addtional Options , description: Workflow BES Subscription Addtional Options ,
-
Lookup Type: FND_WF_BES_ADD_OPTIONS
12.2.2
product: FND - Application Object Library , meaning: Workflow BES Subscription Addtional Options , description: Workflow BES Subscription Addtional Options ,
-
Concurrent Program: FNDOAMPOSTMET
12.2.2
execution_filename: FND_LOG_UTIL.METRIC_EVENT_PENDING_METRICS , product: FND - Application Object Library , user_name: OAM_BE_PPM , description: For posting pending metrics in business exception , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: DET_HISTORY_IND
12.1.1
product: FND - Application Object Library , meaning: Detrimental History Indicator , description: Detrimental History Indicator ,
-
Lookup Type: DET_HISTORY_IND
12.2.2
product: FND - Application Object Library , meaning: Detrimental History Indicator , description: Detrimental History Indicator ,
-
Lookup Type: FND_REP_OBJECT_TYPE
12.2.2
product: FND - Application Object Library , meaning: FND_IREP_INTERFACE_TYPES , description: Determines type of integration repository interface ,
-
Lookup Type: FND_REP_OBJECT_TYPE
12.1.1
product: FND - Application Object Library , meaning: FND_IREP_INTERFACE_TYPES , description: Determines type of integration repository interface ,
-
Table: WF_EVENTS_TL
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.WF_EVENTS_TL, object_name:WF_EVENTS_TL, status:VALID, product: FND - Application Object Library , description: Translatable portions of events for Business Event System , implementation_dba_data: APPLSYS.WF_EVENTS_TL ,
-
Table: WF_EVENTS_TL
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.WF_EVENTS_TL, object_name:WF_EVENTS_TL, status:VALID, product: FND - Application Object Library , description: Translatable portions of events for Business Event System , implementation_dba_data: APPLSYS.WF_EVENTS_TL ,