Search Results igs_sc_objects
Overview
The IGS_SC_OBJECTS table is a core data structure within the Oracle E-Business Suite (EBS) Student System (IGS), specifically designed for security administration. Its primary role is to act as a mapping table, linking individual application objects (such as forms, functions, or data entities) to defined security groups. This linkage is fundamental for enforcing object-level security controls within the IGS module, enabling administrators to manage user access by grouping objects and applying permissions at the group level. It is critical to note that the ETRM metadata explicitly classifies the IGS - Student System as "Obsolete," indicating this table and its associated functionality are part of a legacy product line that is no longer under active development or enhancement by Oracle.
Key Information Stored
The table's structure is defined by its two primary key columns, which together form the unique identifier IGS_SC_OBJECTS_PK. The first column, OBJECT_ID, stores a foreign key reference to an object defined in the central Oracle Applications Object Library table, FND_OBJECTS. This identifies the specific application component (e.g., a form, concurrent program, or menu) subject to security. The second column, OBJ_GROUP_ID, stores a foreign key reference to the IGS_SC_OBJ_GROUPS table. This identifies the security group to which the object is assigned. The table's sole purpose is to maintain these associations; it contains no descriptive data about the objects or groups themselves, which is stored in the related foreign key tables.
Common Use Cases and Queries
The principal use case for this table is the administration and auditing of security assignments within the obsolete Student System. A system administrator or auditor might query it to understand the security model. Common SQL patterns include listing all objects assigned to a particular security group or verifying if a specific object has been placed under security control. For example, to find all secured objects within a group named 'ENROLLMENT_ADMIN', one might use a query joining IGS_SC_OBJECTS to IGS_SC_OBJ_GROUPS and FND_OBJECTS. However, a critical implementation note from the provided ETRM states "Not implemented in this database." This suggests that while the table structure exists in the data dictionary, it may not be populated or actively used in a given EBS instance, limiting practical operational queries.
Related Objects
IGS_SC_OBJECTS sits at the center of a small security schema within the IGS module. Its relationships are strictly defined by its foreign key constraints. It depends directly on FND_OBJECTS (from the Applications core) for the definition of securable objects and on IGS_SC_OBJ_GROUPS for the definition of security groups. There are no indicated foreign keys pointing to IGS_SC_OBJECTS, suggesting it is a terminal or leaf table in its data model. Any functional security logic or APIs within the IGS module that enforce object-level permissions would inherently reference the relationships stored in this table to determine if a user's assigned groups permit access to a given OBJECT_ID.
-
Table: IGS_SC_OBJECTS
12.2.2
product: IGS - Student System (Obsolete) , description: Table that stores the information related to objects that are to have security enforced , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_SC_OBJECTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SC_OBJECTS, object_name:IGS_SC_OBJECTS, status:VALID, product: IGS - Student System , description: Table that stores the information related to objects that are to have security enforced , implementation_dba_data: IGS.IGS_SC_OBJECTS ,
-
APPS.IGS_SC_DATA_SEC_APIS_PKG dependencies on IGS_SC_OBJECTS
12.1.1
-
APPS.IGS_SC_DATA_SEC_APIS_PKG dependencies on IGS_SC_OBJECTS
12.1.1
-
APPS.IGS_SC_GRANTS_PVT dependencies on IGS_SC_OBJECTS
12.1.1
-
APPS.IGS_SC_GEN_001 dependencies on IGS_SC_OBJECTS
12.1.1
-
APPS.IGS_SC_GEN_001 dependencies on FND_OBJECTS
12.1.1
-
VIEW: APPS.IGS_SC_OBJ_ATTR_MTHS_V
12.1.1
-
SYNONYM: APPS.IGS_SC_OBJECTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_SC_OBJECTS, status:VALID,
-
View: IGS_SC_OBJ_ATTR_MTHS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SC_OBJ_ATTR_MTHS_V, object_name:IGS_SC_OBJ_ATTR_MTHS_V, status:VALID, product: IGS - Student System , description: Self-Service view , implementation_dba_data: APPS.IGS_SC_OBJ_ATTR_MTHS_V ,
-
VIEW: APPS.IGS_SC_OBJECTS_V
12.1.1
-
View: IGS_SC_OBJ_ATTR_MTHS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Self-Service view , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_SC_GRANTS_PVT dependencies on IGS_SC_OBJ_GROUPS
12.1.1
-
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_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.IGS_SC_OBJECTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SC_OBJECTS, object_name:IGS_SC_OBJECTS, status:VALID,
-
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 ,
-
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,
-
PACKAGE BODY: APPS.IGS_SC_GRANTS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_SC_GRANTS_PVT, status:VALID,
-
View: IGS_SC_OBJECTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SC_OBJECTS_V, object_name:IGS_SC_OBJECTS_V, status:VALID, product: IGS - Student System , description: Self-Service view , implementation_dba_data: APPS.IGS_SC_OBJECTS_V ,
-
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 ,
-
APPS.IGS_SC_GEN_001 dependencies on WF_LOCAL_USER_ROLES
12.1.1
-
View: IGS_SC_OBJECTS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Self-Service view , implementation_dba_data: Not implemented in this database ,
-
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 dependencies on IGS_SC_OBJ_GROUPS
12.1.1
-
APPS.IGS_SC_DATA_SEC_APIS_PKG dependencies on IGS_SC_OBJ_ATTRIBS_S
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_DATA_SEC_APIS_PKG dependencies on IGS_SC_OBJ_FUNCTNS_S
12.1.1
-
APPS.IGS_SC_GEN_001 dependencies on IGS_SC_OBJ_GROUPS
12.1.1
-
APPS.IGS_SC_DATA_SEC_APIS_PKG dependencies on IGS_SC_USR_ATT_VALS
12.1.1
-
APPS.IGS_SC_GRANTS_PVT dependencies on FND_OBJECTS
12.1.1
-
VIEW: APPS.IGS_SC_OBJ_ATTR_MTHS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SC_OBJ_ATTR_MTHS_V, object_name:IGS_SC_OBJ_ATTR_MTHS_V, status:VALID,
-
APPS.IGS_SC_GEN_001 dependencies on IGS_SC_GRANTS
12.1.1
-
APPS.IGS_SC_DATA_SEC_APIS_PKG dependencies on FND_GLOBAL
12.1.1
-
APPS.IGS_SC_GEN_001 SQL Statements
12.1.1
-
VIEW: APPS.IGS_SC_OBJECTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SC_OBJECTS_V, object_name:IGS_SC_OBJECTS_V, 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
-
APPS.IGS_SC_DATA_SEC_APIS_PKG dependencies on FND_OBJECTS
12.1.1
-
APPS.IGS_SC_DATA_SEC_APIS_PKG SQL Statements
12.1.1
-
APPS.IGS_SC_DATA_SEC_APIS_PKG dependencies on IGS_SC_OBJ_ATT_MTHS
12.1.1
-
APPS.IGS_SC_DATA_SEC_APIS_PKG dependencies on IGS_SC_OBJ_ATTRIBS
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_SC_GRANTS_PVT dependencies on IGS_SC_GRANTS
12.1.1
-
PACKAGE BODY: APPS.IGS_SC_GEN_001
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGS_SC_DATA_SEC_APIS_PKG
12.1.1