Search Results igs_sc_grants
Overview
The IGS_SC_GRANTS table is a core data object within the Oracle E-Business Suite (EBS) Student System (IGS). Its primary function is to store the security authorization rules, or "grants," that are explicitly defined by system users or administrators. This table is fundamental to the application's security model, acting as the central repository for permissions that govern access to specific functions and data groupings. By defining relationships between users, roles, functions, and object groups, it enables fine-grained control over what actions different users can perform within the Student System modules, ensuring data integrity and adherence to operational security policies.
Key Information Stored
While the exact full column list is not detailed in the provided metadata, the documented foreign key relationships and primary key reveal the essential data structure. The central column is GRANT_ID, which serves as the unique primary key identifier for each security grant record. Two other critical foreign key columns establish the permission's scope: FUNCTION_ID links to the specific application function or task being secured, and OBJ_GROUP_ID links to a defined grouping of data objects (e.g., a set of organizations, courses, or persons) within the IGS_SC_OBJ_GROUPS table. Together, a record in this table typically defines a permission granting access to a particular function (FUNCTION_ID) for a specific set of data (OBJ_GROUP_ID).
Common Use Cases and Queries
The primary use case for this table is the administration and auditing of the Student System's security model. Administrators may query it to review or troubleshoot user access permissions. A common reporting need is to list all grants associated with a particular function or data object group. For instance, to audit who has access to a specific function, one might join IGS_SC_GRANTS to relevant user/role assignment tables (though not specified in the metadata, these would typically exist). A fundamental query to understand the grant structure itself would be:
- SELECT grant_id, function_id, obj_group_id FROM igs.igs_sc_grants WHERE obj_group_id = [specific_id];
Direct data manipulation (INSERT, UPDATE, DELETE) on this table should be performed exclusively through the designated Oracle EBS security administration forms and APIs to maintain system integrity.
Related Objects
The IGS_SC_GRANTS table sits at the center of a key security relationship. As per the metadata, it has a direct foreign key relationship with the IGS_SC_OBJ_GROUPS table via the OBJ_GROUP_ID column, which defines the data sets the grants apply to. Furthermore, it is referenced by the IGS_SC_OBJ_GRANTS table through the GRANT_ID column, which likely serves to associate the high-level grant with specific object instances or detailed conditions. The table IGS_SC_GRANTS.FUNCTION_ID also implies a foreign key relationship to a table storing function definitions, completing the security rule triad of who, what function, and on what data.
-
Table: IGS_SC_GRANTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SC_GRANTS, object_name:IGS_SC_GRANTS, status:VALID, product: IGS - Student System , description: Table that stores the information related to Security Grants defined by the user. , implementation_dba_data: IGS.IGS_SC_GRANTS ,
-
Table: IGS_SC_GRANTS
12.2.2
product: IGS - Student System (Obsolete) , description: Table that stores the information related to Security Grants defined by the user. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_SC_DATA_SEC_APIS_PKG dependencies on IGS_SC_GRANTS
12.1.1
-
APPS.IGS_SC_DATA_SEC_APIS_PKG dependencies on IGS_SC_GRANTS
12.1.1
-
APPS.IGS_SC_GRANTS_PVT dependencies on IGS_SC_GRANTS
12.1.1
-
APPS.IGS_SC_GEN_001 dependencies on IGS_SC_GRANTS
12.1.1
-
APPS.IGS_SC_DATA_SEC_APIS_PKG dependencies on IGS_SC_GRANTS_S
12.1.1
-
SYNONYM: APPS.IGS_SC_GRANTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_SC_GRANTS, status:VALID,
-
VIEW: APPS.IGS_SC_GRANTS_V
12.1.1
-
APPS.IGS_SC_DATA_SEC_APIS_PKG dependencies on IGS_SC_OBJ_GRANTS
12.1.1
-
VIEW: APPS.IGS_SC_GRANT_CONDS_V
12.1.1
-
APPS.IGS_SC_DATA_SEC_APIS_PKG dependencies on IGS_SC_OBJ_FUNCTNS_S
12.1.1
-
APPS.IGS_SC_GRANTS_PVT dependencies on IGS_SC_OBJ_GRANTS
12.1.1
-
VIEW: APPS.IGS_SC_GRANT_CONDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SC_GRANT_CONDS_V, object_name:IGS_SC_GRANT_CONDS_V, status:VALID,
-
Table: IGS_SC_OBJ_GROUPS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SC_OBJ_GROUPS, object_name:IGS_SC_OBJ_GROUPS, status:VALID, product: IGS - Student System , description: Table that stores the information related to Security User Attribute Values that are associated to the user attributes defined , implementation_dba_data: IGS.IGS_SC_OBJ_GROUPS ,
-
Table: IGS_SC_OBJ_GRANTS
12.2.2
product: IGS - Student System (Obsolete) , description: Table that stores the information related to the grants and objects defined to be secured , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_SC_OBJ_GROUPS
12.2.2
product: IGS - Student System (Obsolete) , description: Table that stores the information related to Security User Attribute Values that are associated to the user attributes defined , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_SC_OBJ_GRANTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SC_OBJ_GRANTS, object_name:IGS_SC_OBJ_GRANTS, status:VALID, product: IGS - Student System , description: Table that stores the information related to the grants and objects defined to be secured , implementation_dba_data: IGS.IGS_SC_OBJ_GRANTS ,
-
View: IGS_SC_GRANTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SC_GRANTS_V, object_name:IGS_SC_GRANTS_V, status:VALID, product: IGS - Student System , description: Self-Service view , implementation_dba_data: APPS.IGS_SC_GRANTS_V ,
-
VIEW: APPS.IGS_SC_GRANTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SC_GRANTS_V, object_name:IGS_SC_GRANTS_V, status:VALID,
-
TABLE: IGS.IGS_SC_GRANTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SC_GRANTS, object_name:IGS_SC_GRANTS, status:VALID,
-
APPS.IGS_SC_GRANTS_PVT SQL Statements
12.1.1
-
APPS.IGS_SC_DATA_SEC_APIS_PKG dependencies on IGS_SC_OBJ_FUNCTNS
12.1.1
-
View: IGS_SC_GRANTS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Self-Service view , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_SC_DATA_SEC_APIS_PKG dependencies on IGS_SC_OBJ_GROUPS_S
12.1.1
-
PACKAGE: APPS.IGS_SC_DATA_SEC_APIS_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_SC_DATA_SEC_APIS_PKG, status:VALID,
-
View: IGS_SC_GRANT_CONDS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Self-Service view , implementation_dba_data: Not implemented in this database ,
-
View: IGS_SC_GRANT_CONDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SC_GRANT_CONDS_V, object_name:IGS_SC_GRANT_CONDS_V, status:VALID, product: IGS - Student System , description: Self-Service view , implementation_dba_data: APPS.IGS_SC_GRANT_CONDS_V ,
-
APPS.IGS_SC_GEN_001 dependencies on WF_LOCAL_USER_ROLES
12.1.1
-
PACKAGE BODY: APPS.IGS_SC_GRANTS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_SC_GRANTS_PVT, status:VALID,
-
APPS.IGS_SC_GRANTS_PVT dependencies on WF_LOCAL_USER_ROLES
12.1.1
-
PACKAGE BODY: APPS.IGS_SC_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_SC_GEN_001, status:VALID,
-
APPS.IGS_SC_DATA_SEC_APIS_PKG SQL Statements
12.1.1
-
APPS.IGS_SC_DATA_SEC_APIS_PKG dependencies on IGS_SC_OBJ_ATTRIBS_S
12.1.1
-
APPS.IGS_SC_DATA_SEC_APIS_PKG dependencies on IGS_SC_GRANT_CONDS
12.1.1
-
APPS.IGS_SC_GEN_001 dependencies on FND_OBJECTS
12.1.1
-
PACKAGE BODY: APPS.IGS_SC_DATA_SEC_APIS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_SC_DATA_SEC_APIS_PKG, status:VALID,
-
APPS.IGS_SC_GRANTS_PVT dependencies on IGS_SC_OBJECTS
12.1.1
-
APPS.IGS_SC_GRANTS_PVT dependencies on IGS_SC_OBJ_GROUPS
12.1.1
-
APPS.IGS_SC_GEN_001 dependencies on IGS_SC_OBJECTS
12.1.1
-
TABLE: IGS.IGS_SC_OBJ_GRANTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SC_OBJ_GRANTS, object_name:IGS_SC_OBJ_GRANTS, status:VALID,
-
APPS.IGS_SC_DATA_SEC_APIS_PKG dependencies on IGS_SC_OBJ_GROUPS
12.1.1
-
APPS.IGS_SC_DATA_SEC_APIS_PKG dependencies on IGS_SC_OBJ_ATT_VALS
12.1.1
-
TABLE: IGS.IGS_SC_GRANT_CONDS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SC_GRANT_CONDS, object_name:IGS_SC_GRANT_CONDS, status:VALID,
-
APPS.IGS_SC_GRANTS_PVT dependencies on FND_OBJECTS
12.1.1
-
APPS.IGS_SC_GEN_001 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_SC_DATA_SEC_APIS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_SC_GRANTS_PVT
12.1.1
-
Foreign Keys
12.2.2
-
APPS.IGS_SC_DATA_SEC_APIS_PKG dependencies on IGS_SC_OBJ_ATTRIBS
12.1.1