Search Results fnd_objects
Overview
The FND_OBJECTS table is a core repository within the Application Object Library (FND) that defines the master list of securable data elements across Oracle E-Business Suite. It serves as the foundational registry for the Data Security framework, enabling the creation of fine-grained access control policies. Initially, an object typically represents a database table or view, but the framework can extend to other entities. Each record in this table defines a distinct object to which security grants can be applied, thereby centralizing the administration of data-level permissions and separating security logic from application code.
Key Information Stored
The table's primary key is OBJECT_ID, a unique numeric identifier for each securable object. While the provided metadata does not list all columns, standard columns in FND_OBJECTS include OBJECT_NAME (the internal name), APPLICATION_ID (identifying the owning product), and PACKAGE_NAME (the PL/SQL package implementing the object's security policy). The table also stores metadata such as the base database table or view name, description, and configuration flags that control how the object's security policies are evaluated and enforced. The related FND_OBJECTS_TL table provides translated names and descriptions for multilingual implementations.
Common Use Cases and Queries
A primary use case is auditing the universe of securable objects or troubleshooting Data Security policies. Developers and administrators query this table to understand available objects, their implementation details, and their relationships. For example, to list all objects related to a specific module or table, one might execute: SELECT object_name, description FROM apps.fnd_objects WHERE table_name = '<TABLE_NAME>';. Another common scenario involves joining FND_OBJECTS with grant tables like IBC_GRANTS to analyze existing data security assignments. The search for "igs_sc_objects" indicates a specific integration point, as IGS_SC_OBJECTS is a foreign key table, linking Student Central (IGS) security objects to the central FND_OBJECTS registry.
Related Objects
FND_OBJECTS is a central hub referenced by numerous security and configuration tables across different E-Business Suite products. As shown in the metadata, key foreign key relationships include:
- FND_OBJECTS_TL: Holds translated descriptive information.
- FND_FORM_FUNCTIONS: Links form functions to data security objects.
- IBC_GRANTS, IBC_OBJECT_PERMISSIONS: Core tables for storing actual data security grants and permissions.
- IGS_SC_OBJECTS, IGS_SC_OBJ_GRANTS: Part of the Student Central security model, extending the Data Security framework to education-specific entities.
- AMW_OBJECT_OPINION_TYPES, HZ_DSS_ENTITIES: Used by Application Management and Trading Community Architecture for risk and security assessments.
-
Table: FND_OBJECTS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_OBJECTS, object_name:FND_OBJECTS, status:VALID, product: FND - Application Object Library , description: Objects of data elements that can be secured in data security grantsInitially an object is a database table or view. , implementation_dba_data: APPLSYS.FND_OBJECTS ,
-
Table: FND_OBJECTS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_OBJECTS, object_name:FND_OBJECTS, status:VALID, product: FND - Application Object Library , description: Objects of data elements that can be secured in data security grantsInitially an object is a database table or view. , implementation_dba_data: APPLSYS.FND_OBJECTS ,
-
Lookup Type: FND_GRANTS_COLUMN_LOOKUP
12.1.1
product: FND - Application Object Library , meaning: Fnd Grants Column Lookup , description: Values for PKx_COLUMN_TYPE in FND_OBJECTS ,
-
Table: FND_OBJECTS_TL
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_OBJECTS_TL, object_name:FND_OBJECTS_TL, status:VALID, product: FND - Application Object Library , description: Object translation subtable , implementation_dba_data: APPLSYS.FND_OBJECTS_TL ,
-
Table: FND_OBJECTS_TL
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_OBJECTS_TL, object_name:FND_OBJECTS_TL, status:VALID, product: FND - Application Object Library , description: Object translation subtable , implementation_dba_data: APPLSYS.FND_OBJECTS_TL ,
-
Lookup Type: FND_GRANTS_COLUMN_LOOKUP
12.2.2
product: FND - Application Object Library , meaning: Fnd Grants Column Lookup , description: Values for PKx_COLUMN_TYPE in FND_OBJECTS ,
-
Table: FND_FORM_FUNCTIONS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_FORM_FUNCTIONS, object_name:FND_FORM_FUNCTIONS, status:VALID, product: FND - Application Object Library , description: Functionality groupings , implementation_dba_data: APPLSYS.FND_FORM_FUNCTIONS ,
-
Table: FND_FORM_FUNCTIONS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_FORM_FUNCTIONS, object_name:FND_FORM_FUNCTIONS, status:VALID, product: FND - Application Object Library , description: Functionality groupings , implementation_dba_data: APPLSYS.FND_FORM_FUNCTIONS ,
-
View: FND_GRANTS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_GRANTS_VIEW, object_name:FND_GRANTS_VIEW, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.FND_GRANTS_VIEW ,
-
View: FND_GRANTS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_GRANTS_VIEW, object_name:FND_GRANTS_VIEW, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.FND_GRANTS_VIEW ,
-
View: FND_IREP_ALL_INTERFACES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_IREP_ALL_INTERFACES, object_name:FND_IREP_ALL_INTERFACES, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.FND_IREP_ALL_INTERFACES ,
-
View: FND_IREP_ALL_INTERFACES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_IREP_ALL_INTERFACES, object_name:FND_IREP_ALL_INTERFACES, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.FND_IREP_ALL_INTERFACES ,
-
View: FND_OBJECTS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_OBJECTS_VL, object_name:FND_OBJECTS_VL, status:VALID, product: FND - Application Object Library , description: FND_OBJECTS_VL , implementation_dba_data: APPS.FND_OBJECTS_VL ,
-
View: FND_OBJECTS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_OBJECTS_VL, object_name:FND_OBJECTS_VL, status:VALID, product: FND - Application Object Library , description: FND_OBJECTS_VL , implementation_dba_data: APPS.FND_OBJECTS_VL ,