Search Results obj_group_name
Overview
The IGS_SC_OBJ_GROUPS table is a core data structure within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, residing under the IGS (iGrants) product schema. It functions as a master repository for defining security object groups. As indicated by the ETRM documentation, its primary role is to store information related to Security User Attribute Values associated with user attributes. In essence, this table allows for the logical grouping of objects, which can then be collectively managed under a unified security policy. This is a fundamental component for implementing granular, attribute-based security controls within the application, enabling administrators to efficiently manage access permissions across related entities.
Key Information Stored
The table's design centers on a few critical columns that define and manage each object group. The primary identifier, OBJ_GROUP_ID, is a system-generated sequence number ensuring uniqueness. The most significant user-defined column is OBJ_GROUP_NAME, a mandatory 260-character field that holds the unique name of the security group as defined by an administrator. The DEFAULT_POLICY_TYPE column specifies the foundational security rule applied to the group, accepting values such as 'G' for Grant or 'R' for Restricted. Standard Oracle EBS "Who" columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) are present to track the audit trail of each record's creation and modifications.
Common Use Cases and Queries
This table is central to security administration and audit reporting. Common use cases include the initial setup and maintenance of security groups, auditing changes to group definitions, and troubleshooting security policy issues. A fundamental query to retrieve all defined object groups follows the pattern provided in the ETRM:
- Retrieve All Object Groups:
SELECT OBJ_GROUP_ID, OBJ_GROUP_NAME, DEFAULT_POLICY_TYPE, CREATION_DATE, CREATED_BY FROM IGS.IGS_SC_OBJ_GROUPS ORDER BY OBJ_GROUP_NAME; - Find a Specific Group by Name:
SELECT * FROM IGS.IGS_SC_OBJ_GROUPS WHERE OBJ_GROUP_NAME = '&GROUP_NAME';This is particularly relevant for searches involving the `OBJ_GROUP_NAME` field. - Audit Recent Changes:
SELECT OBJ_GROUP_NAME, DEFAULT_POLICY_TYPE, LAST_UPDATED_BY, LAST_UPDATE_DATE FROM IGS.IGS_SC_OBJ_GROUPS WHERE LAST_UPDATE_DATE > SYSDATE - 30;
Related Objects
As per the dependency information, the IGS_SC_OBJ_GROUPS table does not reference other objects but is itself referenced by objects within the APPS schema. This indicates it serves as a master lookup table. Its integrity is enforced by two unique indexes: IGS_SC_OBJ_GROUPS_PK on OBJ_GROUP_ID and IGS_SC_OBJ_GROUPS_UK on OBJ_GROUP_NAME, ensuring no duplicate group names exist. While the provided metadata does not list specific child tables, it is logically related to other security mapping tables within the IGS schema that associate these defined groups with specific objects, user attributes, and policies to enact the configured security model.
-
TABLE: IGS.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,
-
APPS.IGS_SC_GEN_001 dependencies on IGS_SC_OBJ_GROUPS
12.1.1
-
VIEW: APPS.CSC_CUSTOMER_RESPONSE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_CUSTOMER_RESPONSE_V, object_name:CSC_CUSTOMER_RESPONSE_V, status:VALID,
-
VIEW: APPS.CSC_CUSTOMER_RESPONSE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_CUSTOMER_RESPONSE_V, object_name:CSC_CUSTOMER_RESPONSE_V, status:VALID,
-
APPS.IGS_SC_GEN_001 dependencies on IGS_SC_GRANTS
12.1.1
-
View: CSC_HZ_PARTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_HZ_PARTIES_V, object_name:CSC_HZ_PARTIES_V, status:VALID, product: CSC - Customer Care , description: View of HZ_PARTIES, HZ_PARTY_RELATIONSHIPS. This view is used to get party relationships details , implementation_dba_data: APPS.CSC_HZ_PARTIES_V ,
-
View: CSC_HZ_PARTIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_HZ_PARTIES_V, object_name:CSC_HZ_PARTIES_V, status:VALID, product: CSC - Customer Care , description: View of HZ_PARTIES, HZ_PARTY_RELATIONSHIPS. This view is used to get party relationships details , implementation_dba_data: APPS.CSC_HZ_PARTIES_V ,
-
VIEW: APPS.CSC_HZ_PARTIES_SELF_NEW_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_HZ_PARTIES_SELF_NEW_V, object_name:CSC_HZ_PARTIES_SELF_NEW_V, status:VALID,
-
VIEW: APPS.CSC_HZ_PARTIES_SELF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_HZ_PARTIES_SELF_V, object_name:CSC_HZ_PARTIES_SELF_V, status:VALID,
-
VIEW: APPS.CSC_HZ_PARTIES_SELF_NEW_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_HZ_PARTIES_SELF_NEW_V, object_name:CSC_HZ_PARTIES_SELF_NEW_V, status:VALID,
-
VIEW: APPS.CSC_HZ_PARTIES_SELF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_HZ_PARTIES_SELF_V, object_name:CSC_HZ_PARTIES_SELF_V, status:VALID,
-
View: CSC_HZ_PARTIES_SELF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_HZ_PARTIES_SELF_V, object_name:CSC_HZ_PARTIES_SELF_V, status:VALID, product: CSC - Customer Care , description: View of HZ_PARTIES, HZ_PARTY_RELATIONSHIPS. This view is used in Contact center form to get party relationships details along with self party relationship details , implementation_dba_data: APPS.CSC_HZ_PARTIES_SELF_V ,
-
View: CSC_CUSTOMER_RESPONSE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_CUSTOMER_RESPONSE_V, object_name:CSC_CUSTOMER_RESPONSE_V, status:VALID, product: CSC - Customer Care , description: Contains Relationship information, Subject (Caller) and Object (Person/Group/Organization) information , implementation_dba_data: APPS.CSC_CUSTOMER_RESPONSE_V ,
-
View: CSC_HZ_PARTIES_SELF_NEW_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_HZ_PARTIES_SELF_NEW_V, object_name:CSC_HZ_PARTIES_SELF_NEW_V, status:VALID, product: CSC - Customer Care , description: View of HZ_PARTIES, HZ_RELATIONSHIPS. This view is used in Contact center form to get party relationships details along with self party relationship details (Fetches data from the new Relationships model) , implementation_dba_data: APPS.CSC_HZ_PARTIES_SELF_NEW_V ,
-
VIEW: APPS.CSC_HZ_PARTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_HZ_PARTIES_V, object_name:CSC_HZ_PARTIES_V, status:VALID,
-
VIEW: APPS.CSC_HZ_PARTIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_HZ_PARTIES_V, object_name:CSC_HZ_PARTIES_V, status:VALID,
-
View: CSC_CUSTOMER_RESPONSE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_CUSTOMER_RESPONSE_V, object_name:CSC_CUSTOMER_RESPONSE_V, status:VALID, product: CSC - Customer Care , description: Contains Relationship information, Subject (Caller) and Object (Person/Group/Organization) information , implementation_dba_data: APPS.CSC_CUSTOMER_RESPONSE_V ,
-
View: CSC_HZ_PARTIES_SELF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_HZ_PARTIES_SELF_V, object_name:CSC_HZ_PARTIES_SELF_V, status:VALID, product: CSC - Customer Care , description: View of HZ_PARTIES, HZ_PARTY_RELATIONSHIPS. This view is used in Contact center form to get party relationships details along with self party relationship details , implementation_dba_data: APPS.CSC_HZ_PARTIES_SELF_V ,
-
View: CSC_HZ_PARTIES_SELF_NEW_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_HZ_PARTIES_SELF_NEW_V, object_name:CSC_HZ_PARTIES_SELF_NEW_V, status:VALID, product: CSC - Customer Care , description: View of HZ_PARTIES, HZ_RELATIONSHIPS. This view is used in Contact center form to get party relationships details along with self party relationship details (Fetches data from the new Relationships model) , implementation_dba_data: APPS.CSC_HZ_PARTIES_SELF_NEW_V ,
-
VIEW: APPS.JTF_PARTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTIES_V, object_name:JTF_PARTIES_V, status:VALID,
-
VIEW: APPS.JTF_PARTIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTIES_V, object_name:JTF_PARTIES_V, status:VALID,
-
View: JTF_PARTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTIES_V, object_name:JTF_PARTIES_V, status:VALID, product: JTF - CRM Foundation , description: Party (Organization or Group or Person) and relationship information , implementation_dba_data: APPS.JTF_PARTIES_V ,
-
View: JTF_PARTIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTIES_V, object_name:JTF_PARTIES_V, status:VALID, product: JTF - CRM Foundation , description: Party (Organization or Group or Person) and relationship information , implementation_dba_data: APPS.JTF_PARTIES_V ,
-
PACKAGE: APPS.CSC_RESPONSE_CENTER_PKG
12.1.1
-
PACKAGE: APPS.CSC_RESPONSE_CENTER_PKG
12.2.2
-
APPS.IGS_SC_DATA_SEC_APIS_PKG dependencies on IGS_SC_OBJ_GROUPS
12.1.1
-
APPS.IGS_SC_GEN_001 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_SC_GEN_001
12.1.1
-
APPS.IGS_SC_DATA_SEC_APIS_PKG SQL Statements
12.1.1
-
eTRM - CSC Tables and Views
12.1.1
description: Translation table to Store Drilldown details for a profile variable. This stores the column and table names for the drilldown form. Also stores the object_code, which provides the form_function to drilldown ,
-
eTRM - CSC Tables and Views
12.2.2
description: Translation table to Store Drilldown details for a profile variable. This stores the column and table names for the drilldown form. Also stores the object_code, which provides the form_function to drilldown ,
-
PACKAGE BODY: APPS.IGS_SC_DATA_SEC_APIS_PKG
12.1.1
-
eTRM - JTF Tables and Views
12.2.2
description: Interface table to store data that needs to be displayed in Excel ,
-
eTRM - JTF Tables and Views
12.1.1
description: Interface table to store data that needs to be displayed in Excel ,
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,