Search Results igs_ps_usec_ref
Overview
The table IGS_PS_USEC_REF is a core data structure within the Oracle E-Business Suite's now-obsolete Student System (IGS). Its primary function is to establish and maintain the relationships between Unit Sections and their associated Unit Section Reference Codes. This table acts as a junction entity, enabling the complex linking of specific course offering components (unit sections) to standardized reference codes that may categorize or describe them for administrative, reporting, or academic planning purposes. It is important to note that the ETRM metadata explicitly states this table is "Not implemented in this database" for the documented instance, indicating it may be a legacy or placeholder object in certain EBS 12.1.1/12.2.2 deployments.
Key Information Stored
While specific column datatypes are not provided in the metadata, the documented primary and foreign keys reveal the critical data elements. The table's unique identifier is the UNIT_SECTION_REFERENCE_ID, which serves as the primary key (IGS_PS_USEC_REF_PK). The two principal foreign keys define its relationships: the UOO_ID links to the IGS_PS_UNIT_OFR_OPT_ALL table (Unit Offering Option), thereby connecting the reference to a specific unit section instance. The SUBTITLE_ID links to the IGS_PS_UNIT_SUBTITLE table, potentially associating a descriptive subtitle with the section reference. The table also enforces a unique key (IGS_PS_USEC_REF_UK) on the UOO_ID column, suggesting a one-to-one or one-to-many relationship constraint between a unit section and its reference records.
Common Use Cases and Queries
This table would be central to queries that need to retrieve or validate the reference codes assigned to active unit sections. A typical use case involves generating reports for academic administration that list all unit sections alongside their official reference classifications. Sample SQL would involve joining IGS_PS_USEC_REF to the unit offering and reference code tables. For instance, to find all reference codes for a given unit section, one might query: SELECT ref_cd.* FROM igs_ps_usec_ref usec_ref JOIN igs_ps_usec_ref_cd ref_cd ON usec_ref.unit_section_reference_id = ref_cd.unit_section_reference_id WHERE usec_ref.uoo_id = :p_uoo_id;. Given its "Obsolete" status, its primary use in later EBS versions would likely be for data migration reference or supporting legacy customizations.
Related Objects
The IGS_PS_USEC_REF table sits at the intersection of several key Student System entities, as defined by its foreign key relationships:
- Referenced By (Child Tables):
- IGS_PS_US_REQ_REF_CD: Linked via UNIT_SECTION_REFERENCE_ID.
- IGS_PS_USEC_REF_CD: Linked via UNIT_SECTION_REFERENCE_ID.
- References (Parent Tables):
- IGS_PS_UNIT_OFR_OPT_ALL: Linked via UOO_ID. This defines the specific unit section.
- IGS_PS_UNIT_SUBTITLE: Linked via SUBTITLE_ID. This provides an optional descriptive subtitle.
These relationships form a critical part of the data model for managing unit section metadata, ensuring referential integrity between a section, its descriptive attributes, and its assigned classification codes.
-
Table: IGS_PS_USEC_REF
12.2.2
product: IGS - Student System (Obsolete) , description: To capture the relation between Unit Sections and Unit Section Reference Codes , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_USEC_REF
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_USEC_REF, object_name:IGS_PS_USEC_REF, status:VALID, product: IGS - Student System , description: To capture the relation between Unit Sections and Unit Section Reference Codes , implementation_dba_data: IGS.IGS_PS_USEC_REF ,
-
APPS.IGS_AS_CALC_AWARD_MARK dependencies on IGS_PS_USEC_REF
12.1.1
-
APPS.IGS_PS_USEC_REF_PKG dependencies on IGS_PS_USEC_REF
12.1.1
-
APPS.IGS_PS_UNIT_VER_PKG dependencies on IGS_PS_USEC_REF
12.1.1
-
APPS.IGS_PS_VALIDATE_LGCY_PKG dependencies on IGS_PS_USEC_REF
12.1.1
-
APPS.IGS_PS_GEN_001 dependencies on IGS_PS_USEC_REF
12.1.1
-
APPS.IGS_EN_DASHBOARD dependencies on IGS_PS_USEC_REF
12.1.1
-
APPS.IGS_PS_GENERIC_PUB dependencies on IGS_PS_USEC_REF
12.1.1
-
APPS.IGS_PS_UNIT_OFR_OPT_PKG dependencies on IGS_PS_USEC_REF
12.1.1
-
APPS.IGS_EN_SUA_LGCY_PUB dependencies on IGS_PS_USEC_REF
12.1.1
-
APPS.IGS_SS_ENR_DETAILS dependencies on IGS_PS_USEC_REF
12.1.1
-
APPS.IGS_PS_UNIT_LGCY_PKG dependencies on IGS_PS_USEC_REF
12.1.1
-
VIEW: APPS.IGS_PS_USEC_REF_DFV
12.1.1
-
APPS.IGS_AS_CALC_AWARD_MARK dependencies on IGS_PS_UNIT_OFR_OPT_ALL
12.1.1
-
APPS.IGS_AS_CALC_AWARD_MARK dependencies on IGS_PS_USEC_REF_CD
12.1.1
-
APPS.IGS_PS_UNIT_OFR_OPT_PKG dependencies on IGS_PS_USEC_REF_CD
12.1.1
-
APPS.IGS_AS_CALC_AWARD_MARK dependencies on IGS_GE_REF_CD_TYPE
12.1.1
-
APPS.IGS_PS_USEC_REF_PKG dependencies on IGS_PS_USEC_REF_S
12.1.1
-
APPS.IGS_PS_UNIT_LGCY_PKG dependencies on IGS_PS_USEC_REF_S
12.1.1
-
APPS.IGS_PS_USEC_REF_PKG dependencies on IGS_PS_USEC_REF_PKG
12.1.1
-
APPS.IGS_AS_CALC_AWARD_MARK dependencies on IGS_PS_US_REQ_REF_CD
12.1.1
-
VIEW: APPS.IGSBV_USEC_REFERENCES
12.1.1
-
VIEW: APPS.IGSFV_USEC_REFERENCES
12.1.1
-
APPS.IGS_SS_ENR_DETAILS dependencies on IGS_PS_US_REQ_REF_CD
12.1.1
-
APPS.IGS_PS_USEC_REF_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_PS_USEC_REF
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_USEC_REF, status:VALID,
-
VIEW: APPS.IGS_PS_USEC_REF_V
12.1.1
-
APPS.IGS_PS_GEN_001 dependencies on IGS_PS_USEC_REF_CD
12.1.1
-
APPS.IGS_AS_CALC_AWARD_MARK dependencies on IGS_PS_UNIT_OFR_OPT
12.1.1
-
Table: IGS_PS_UNIT_OFR_OPT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the available options for each unit offering. , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_PS_USEC_REF
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_USEC_REF, object_name:IGS_PS_USEC_REF, status:VALID,
-
APPS.IGS_SS_ENR_DETAILS dependencies on IGS_PS_UNIT_SUBTITLE
12.1.1
-
VIEW: APPS.IGS_SS_EN_ENROLL_CART_RSLT_V
12.1.1
-
Table: IGS_PS_UNIT_SUBTITLE
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the subtitles for units. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PS_UNIT_VER_PKG dependencies on IGS_PS_USEC_LIM_WLST
12.1.1
-
Table: IGS_PS_UNIT_SUBTITLE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_SUBTITLE, object_name:IGS_PS_UNIT_SUBTITLE, status:VALID, product: IGS - Student System , description: Describes the subtitles for units. , implementation_dba_data: IGS.IGS_PS_UNIT_SUBTITLE ,
-
Table: IGS_PS_US_REQ_REF_CD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_US_REQ_REF_CD, object_name:IGS_PS_US_REQ_REF_CD, status:VALID, product: IGS - Student System , description: This table contains information about Unit Section Requirements Reference Codes. , implementation_dba_data: IGS.IGS_PS_US_REQ_REF_CD ,
-
Table: IGS_PS_UNIT_OFR_OPT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_OFR_OPT_ALL, object_name:IGS_PS_UNIT_OFR_OPT_ALL, status:VALID, product: IGS - Student System , description: This entity describes the available options for each unit offering. , implementation_dba_data: IGS.IGS_PS_UNIT_OFR_OPT_ALL ,
-
Table: IGS_PS_US_REQ_REF_CD
12.2.2
product: IGS - Student System (Obsolete) , description: This table contains information about Unit Section Requirements Reference Codes. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_USEC_REF_CD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_USEC_REF_CD, object_name:IGS_PS_USEC_REF_CD, status:VALID, product: IGS - Student System , description: Entity to capture the relation between Unit Sections Reference and Reference codes. , implementation_dba_data: IGS.IGS_PS_USEC_REF_CD ,
-
View: IGSBV_USEC_REFERENCES
12.2.2
product: IGS - Student System (Obsolete) , description: This is the base view, which describes the relation between unit sections reference and reference codes , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_USEC_REF_CD
12.2.2
product: IGS - Student System (Obsolete) , description: Entity to capture the relation between Unit Sections Reference and Reference codes. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_USEC_REF_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:IGS_PS_USEC_REF_DFV, status:VALID,
-
View: IGSFV_USEC_REFERENCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_USEC_REFERENCES, object_name:IGSFV_USEC_REFERENCES, status:VALID, product: IGS - Student System , description: This is the full view, which describes the relation between unit sections reference and reference codes , implementation_dba_data: APPS.IGSFV_USEC_REFERENCES ,
-
PACKAGE BODY: APPS.IGS_PS_USEC_REF_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_USEC_REF_PKG, status:VALID,
-
View: IGSBV_USEC_REFERENCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_USEC_REFERENCES, object_name:IGSBV_USEC_REFERENCES, status:VALID, product: IGS - Student System , description: This is the base view, which describes the relation between unit sections reference and reference codes , implementation_dba_data: APPS.IGSBV_USEC_REFERENCES ,
-
PACKAGE BODY: APPS.IGS_EN_DASHBOARD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_DASHBOARD, status:VALID,
-
View: IGSFV_USEC_REFERENCES
12.2.2
product: IGS - Student System (Obsolete) , description: This is the full view, which describes the relation between unit sections reference and reference codes , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_EN_SUA_LGCY_PUB dependencies on IGS_PS_UNIT_VER
12.1.1