Search Results ibc_grant_groups
Overview
The IBC_GRANT_GROUPS table is a core data object within the Oracle E-Business Suite Content Manager (IBC) module, present in both the 12.1.1 and 12.2.2 releases. It functions as a master repository for defining logical collections of security permissions, known as grant groups. These groups serve as a central mechanism for managing and applying access control policies to various content objects within the system. By grouping individual grants, the table enables administrators to efficiently assign complex, reusable security profiles to users, responsibilities, or other entities, thereby streamlining the administration of content-level security across the application.
Key Information Stored
The primary data stored in this table centers on the identification and definition of each grant group. The key column is the GRANT_GROUP_ID, which serves as the unique primary key identifier for each group. While the provided ETRM metadata does not list additional columns, a typical implementation for such a table would also include standard Oracle EBS columns for tracking creation and modification dates (CREATION_DATE, LAST_UPDATE_DATE), the responsible user IDs (CREATED_BY, LAST_UPDATED_BY), and a column for the name or description of the grant group (e.g., GRANT_GROUP_NAME). The GRANT_GROUP_ID is the critical piece of data used to link the group to its constituent grants and the objects to which it is applied.
Common Use Cases and Queries
The primary use case for the IBC_GRANT_GROUPS table is the bulk administration of content security. An administrator can create a grant group for a specific project or role, populate it with individual permissions via the IBC_GRANTS table, and then assign that entire set of permissions to multiple content objects or users in a single operation. Common reporting and diagnostic queries involve identifying all grants within a specific group or finding which grant groups are applied to a particular content object. A sample SQL pattern to list grant groups and a count of their associated grants would be:
- SELECT gg.GRANT_GROUP_ID, COUNT(g.GRANT_ID) AS GRANT_COUNT FROM IBC_GRANT_GROUPS gg, IBC_GRANTS g WHERE gg.GRANT_GROUP_ID = g.GRANT_GROUP_ID GROUP BY gg.GRANT_GROUP_ID;
Related Objects
The IBC_GRANT_GROUPS table maintains defined foreign key relationships with two other critical tables in the IBC security model, as documented in the ETRM metadata:
- IBC_GRANTS: This table stores the individual permission records. It references IBC_GRANT_GROUPS via the column IBC_GRANTS.GRANT_GROUP_ID. This relationship defines which specific grants belong to a logical group.
- IBC_OBJECT_GRANT_GROUPS: This table is used to associate grant groups with specific content objects. It references IBC_GRANT_GROUPS via the column IBC_OBJECT_GRANT_GROUPS.GRANT_GROUP_ID, linking the security profile to the secured entity.
Together, these relationships form the structural backbone for applying grouped security policies within the Oracle EBS Content Manager.
-
Table: IBC_GRANT_GROUPS
12.1.1
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_GRANT_GROUPS, object_name:IBC_GRANT_GROUPS, status:VALID, product: IBC - Content Manager , description: This Table stroes a group of grants , implementation_dba_data: IBC.IBC_GRANT_GROUPS ,
-
Table: IBC_GRANT_GROUPS
12.2.2
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_GRANT_GROUPS, object_name:IBC_GRANT_GROUPS, status:VALID, product: IBC - Content Manager , description: This Table stroes a group of grants , implementation_dba_data: IBC.IBC_GRANT_GROUPS ,
-
APPS.IBC_GRANT_GROUPS_PKG dependencies on IBC_GRANT_GROUPS
12.1.1
-
APPS.IBC_GRANT_GROUPS_PKG dependencies on IBC_GRANT_GROUPS
12.2.2
-
APPS.IBC_DATA_SECURITY_PVT dependencies on IBC_GRANT_GROUPS
12.1.1
-
APPS.IBC_DATA_SECURITY_PVT dependencies on IBC_GRANT_GROUPS
12.2.2
-
APPS.IBC_DATA_SECURITY_PVT dependencies on IBC_GRANT_GROUPS_PKG
12.1.1
-
APPS.IBC_DATA_SECURITY_PVT dependencies on IBC_GRANT_GROUPS_S1
12.2.2
-
VIEW: IBC.IBC_GRANT_GROUPS#
12.2.2
owner:IBC, object_type:VIEW, object_name:IBC_GRANT_GROUPS#, status:VALID,
-
APPS.IBC_DATA_SECURITY_PVT dependencies on IBC_GRANT_GROUPS_PKG
12.2.2
-
APPS.IBC_DATA_SECURITY_PVT dependencies on IBC_GRANT_GROUPS_S1
12.1.1
-
APPS.IBC_GRANT_GROUPS_PKG SQL Statements
12.2.2
-
APPS.IBC_GRANT_GROUPS_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IBC_GRANT_GROUPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBC_GRANT_GROUPS, status:VALID,
-
SYNONYM: APPS.IBC_GRANT_GROUPS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBC_GRANT_GROUPS, status:VALID,
-
PACKAGE BODY: APPS.IBC_GRANT_GROUPS_PKG
12.1.1
-
VIEW: IBC.IBC_GRANT_GROUPS#
12.2.2
-
PACKAGE BODY: APPS.IBC_GRANT_GROUPS_PKG
12.2.2
-
APPS.IBC_DATA_SECURITY_PVT dependencies on DUAL
12.2.2
-
APPS.IBC_DATA_SECURITY_PVT dependencies on DUAL
12.1.1
-
TABLE: IBC.IBC_GRANT_GROUPS
12.2.2
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_GRANT_GROUPS, object_name:IBC_GRANT_GROUPS, status:VALID,
-
TABLE: IBC.IBC_GRANT_GROUPS
12.1.1
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_GRANT_GROUPS, object_name:IBC_GRANT_GROUPS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
Table: IBC_GRANTS
12.2.2
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_GRANTS, object_name:IBC_GRANTS, status:VALID, product: IBC - Content Manager , description: This table stores all Permissions given for a particular object. , implementation_dba_data: IBC.IBC_GRANTS ,
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.IBC_GRANT_GROUPS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IBC_GRANT_GROUPS_PKG, status:VALID,
-
PACKAGE BODY: APPS.IBC_GRANT_GROUPS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IBC_GRANT_GROUPS_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
Table: IBC_OBJECT_GRANT_GROUPS
12.1.1
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_OBJECT_GRANT_GROUPS, object_name:IBC_OBJECT_GRANT_GROUPS, status:VALID, product: IBC - Content Manager , description: This Table stores mapping of an object instance to a particular grant group. , implementation_dba_data: IBC.IBC_OBJECT_GRANT_GROUPS ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
Table: IBC_GRANTS
12.1.1
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_GRANTS, object_name:IBC_GRANTS, status:VALID, product: IBC - Content Manager , description: This table stores all Permissions given for a particular object. , implementation_dba_data: IBC.IBC_GRANTS ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
Table: IBC_OBJECT_GRANT_GROUPS
12.2.2
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_OBJECT_GRANT_GROUPS, object_name:IBC_OBJECT_GRANT_GROUPS, status:VALID, product: IBC - Content Manager , description: This Table stores mapping of an object instance to a particular grant group. , implementation_dba_data: IBC.IBC_OBJECT_GRANT_GROUPS ,
-
12.1.1 DBA Data
12.1.1
-
APPS.IBC_GRANT_GROUPS_PKG dependencies on FND_API
12.2.2
-
PACKAGE BODY: APPS.IBC_DATA_SECURITY_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IBC_DATA_SECURITY_PVT, status:VALID,
-
PACKAGE BODY: APPS.IBC_DATA_SECURITY_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IBC_DATA_SECURITY_PVT, status:VALID,
-
APPS.IBC_GRANT_GROUPS_PKG dependencies on FND_API
12.1.1
-
eTRM - IBC Tables and Views
12.1.1
description: IBC_STYLESHEETS stores the associated stylesheets for a given content type. ,
-
eTRM - IBC Tables and Views
12.2.2
description: IBC_STYLESHEETS stores the associated stylesheets for a given content type. ,
-
APPS.IBC_DATA_SECURITY_PVT dependencies on IBC_GRANTS
12.2.2
-
APPS.IBC_DATA_SECURITY_PVT dependencies on IBC_GRANTS
12.1.1
-
TABLE: IBC.IBC_OBJECT_GRANT_GROUPS
12.1.1
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_OBJECT_GRANT_GROUPS, object_name:IBC_OBJECT_GRANT_GROUPS, status:VALID,
-
TABLE: IBC.IBC_OBJECT_GRANT_GROUPS
12.2.2
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_OBJECT_GRANT_GROUPS, object_name:IBC_OBJECT_GRANT_GROUPS, status:VALID,
-
TABLE: IBC.IBC_GRANTS
12.1.1
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_GRANTS, object_name:IBC_GRANTS, status:VALID,
-
TABLE: IBC.IBC_GRANTS
12.2.2
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_GRANTS, object_name:IBC_GRANTS, status:VALID,