Search Results igs_ps_unit_ver_all
Overview
The IGS_PS_UNIT_VER_ALL table is a core entity within the Oracle E-Business Suite's now-obsolete Student System (IGS). It represents a specific version of an academic unit (or course module) offered by an educational institution. Each record defines the characteristics and administrative details for a particular iteration of a unit, allowing for curriculum evolution over time while maintaining historical integrity. As an "ALL" table, it is designed to support the Multi-Org architecture, storing data partitioned by the ORG_ID column. Its primary role is to serve as the master definition for unit versions, linking to critical academic structures like calendars, coordinators, curriculum frameworks, and financial accounts, thereby forming a central hub for academic planning and delivery data.
Key Information Stored
The table's structure captures comprehensive version-specific attributes for a unit. The primary key is a composite of UNIT_CD (the unit code) and VERSION_NUMBER, uniquely identifying each version. Critical descriptive columns include TITLE and a link to SUBTITLE_ID for extended naming. Academic governance is managed through links to UNIT_STATUS, UNIT_TYPE_ID, and UNIT_LEVEL. Operational planning data is stored via foreign keys to calendar instances (CAL_TYPE_ENROL_LOAD_CAL/SEQUENCE_NUM_ENROL_LOAD_CAL) for enrollment and offering loads. The table also holds financial information (REV_ACCOUNT_CD), coordinator assignment (COORD_PERSON_ID), and curriculum classification (CURRICULUM_ID, RPT_FMLY_ID). The UNIT_INT_COURSE_LEVEL_CD facilitates integration with other course levels.
Common Use Cases and Queries
This table is fundamental for queries related to academic catalog management, unit scheduling, and historical reporting. Common use cases include generating the official unit catalog for a given term, identifying all active versions of a unit for student enrollment, and auditing changes to unit attributes across versions. A typical query might join to IGS_PS_UNIT for the base unit description and IGS_PS_UNIT_STAT for status meaning. For example, to find all currently offered versions of units within a specific curriculum, one might query: SELECT uv.unit_cd, uv.version_number, uv.title FROM igs_ps_unit_ver_all uv JOIN igs_ps_unt_crclm_all cr ON uv.curriculum_id = cr.curriculum_id WHERE cr.curriculum_cd = '&CURR_CODE' AND uv.unit_status = (SELECT unit_status FROM igs_ps_unit_stat WHERE s_unit_status = 'ACTIVE') AND SYSDATE BETWEEN uv.start_dt AND NVL(uv.end_dt, SYSDATE);. Reporting on unit coordinator assignments also heavily relies on this table.
Related Objects
As indicated by its extensive foreign key relationships, IGS_PS_UNIT_VER_ALL integrates with numerous other entities in the Student System. Key documented relationships include:
- Parent Tables: IGS_PS_UNIT (UNIT_CD), IGS_PS_UNIT_STAT (UNIT_STATUS), IGS_PS_UNIT_TYPE_LVL (UNIT_TYPE_ID), IGS_PS_UNIT_LEVEL_ALL (UNIT_LEVEL), IGS_PS_UNT_CRCLM_ALL (CURRICULUM_ID), IGS_PS_RPT_FMLY_ALL (RPT_FMLY_ID), IGS_FI_ACC_ALL (REV_ACCOUNT_CD), HZ_PARTIES (COORD_PERSON_ID), IGS_CA_INST_ALL (for two calendar relationships), IGS_PS_UNIT_INT_LVL (UNIT_INT_COURSE_LEVEL_CD), IGS_PS_UNIT_SUBTITLE (SUBTITLE_ID).
- Child Tables (Referencing this table): IGS_AS_APPR_GRD_SCH (UNIT_CD, VERSION_NUMBER), IGS_AD_PS_APLINSTUNT_ALL (SUP_UNIT_CD, SUP_UV_VERSION_NUMBER), IGS_AV_STND_ALT_UNIT (ALT_UNIT_CD, ALT_VERSION_NUMBER), IGS_AV_STND_UNIT_ALL (UNIT_CD, VERSION_NUMBER), IGS_PS_ANL_LOAD_U_LN (UNIT_CD, UV_VERSION_NUMBER), IGS_CO_ITM_ALL (UNIT_CD, UV_VERSION_NUMBER), IGS_PS_UNIT_LVL_HIST_ALL.
-
Table: IGS_PS_UNIT_VER_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_VER_ALL, object_name:IGS_PS_UNIT_VER_ALL, status:VALID, product: IGS - Student System , description: This entity describes a version of a unit, which is offered by the university. , implementation_dba_data: IGS.IGS_PS_UNIT_VER_ALL ,
-
Table: IGS_PS_UNT_REPT_FMLY
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNT_REPT_FMLY, object_name:IGS_PS_UNT_REPT_FMLY, status:VALID, product: IGS - Student System , description: Entity To capture the relation between Units and their Repeating Families , implementation_dba_data: IGS.IGS_PS_UNT_REPT_FMLY ,
-
Table: IGS_PS_UNIT_CROS_REF
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_CROS_REF, object_name:IGS_PS_UNIT_CROS_REF, status:VALID, product: IGS - Student System , description: This entity holds the Cross Reference Information of Units. , implementation_dba_data: IGS.IGS_PS_UNIT_CROS_REF ,
-
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_SUB_UNIT_REL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_SUB_UNIT_REL, object_name:IGS_PS_SUB_UNIT_REL, status:VALID, product: IGS - Student System , description: This entity describes the relationships between units, which make up sub-units and super-units. Case and Seed document: PS202_SuperiorStructure_PS_3052452_CS_DP2.doc - Obsolete , implementation_dba_data: IGS.IGS_PS_SUB_UNIT_REL ,
-
View: IGSFV_PR_STDNT_PRG_UNITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PR_STDNT_PRG_UNITS, object_name:IGSFV_PR_STDNT_PRG_UNITS, status:VALID, product: IGS - Student System , description: Describes the units a student will be excluded from enrollment in or required to enroll in when a student progression outcome is applied. , implementation_dba_data: APPS.IGSFV_PR_STDNT_PRG_UNITS ,
-
View: IGSBV_PR_STDNT_PRG_UNITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PR_STDNT_PRG_UNITS, object_name:IGSBV_PR_STDNT_PRG_UNITS, status:VALID, product: IGS - Student System , description: Describes the units a student will be excluded from enrollment in or required to enroll in when a student progression outcome is applied. , implementation_dba_data: APPS.IGSBV_PR_STDNT_PRG_UNITS ,
-
View: IGSFV_ADM_PRG_APPL_UNIT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ADM_PRG_APPL_UNIT, object_name:IGSFV_ADM_PRG_APPL_UNIT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_ADM_PRG_APPL_UNIT ,
-
Table: IGS_EN_SU_ATTEMPT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_SU_ATTEMPT_ALL, object_name:IGS_EN_SU_ATTEMPT_ALL, status:VALID, product: IGS - Student System , description: This entity describes a student's attempt at studying a particular unit offered by the university. This table is modified to capture the Organizational unit code for the student finance requirements. , implementation_dba_data: IGS.IGS_EN_SU_ATTEMPT_ALL ,
-
Table: IGS_HE_ST_UNT_VS_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_ST_UNT_VS_ALL, object_name:IGS_HE_ST_UNT_VS_ALL, status:VALID, product: IGS - Student System , description: stores HESA information on Units. , implementation_dba_data: IGS.IGS_HE_ST_UNT_VS_ALL ,
-
Table: IGS_HE_ST_UV_CC_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_ST_UV_CC_ALL, object_name:IGS_HE_ST_UV_CC_ALL, status:VALID, product: IGS - Student System , description: HESA UK statistics unit cost center details , implementation_dba_data: IGS.IGS_HE_ST_UV_CC_ALL ,
-
Table: IGS_PS_UNIT_GRD_SCHM
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_GRD_SCHM, object_name:IGS_PS_UNIT_GRD_SCHM, status:VALID, product: IGS - Student System , description: Entity to capture the relation between Units and Grading Schemas , implementation_dba_data: IGS.IGS_PS_UNIT_GRD_SCHM ,
-
Table: IGS_PS_UNIT_OFR_MODE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_OFR_MODE, object_name:IGS_PS_UNIT_OFR_MODE, status:VALID, product: IGS - Student System , description: This entity describes the relation between Units and Offering Modes. , implementation_dba_data: IGS.IGS_PS_UNIT_OFR_MODE ,
-
Table: IGS_PS_USEC_RPT_FMLY
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_USEC_RPT_FMLY, object_name:IGS_PS_USEC_RPT_FMLY, status:VALID, product: IGS - Student System , description: To capture the Repeat Family for a Unit Section , implementation_dba_data: IGS.IGS_PS_USEC_RPT_FMLY ,
-
Table: IGS_PS_UNIT_VER_RU
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_VER_RU, object_name:IGS_PS_UNIT_VER_RU, status:VALID, product: IGS - Student System , description: Unit version rules , implementation_dba_data: IGS.IGS_PS_UNIT_VER_RU ,
-
Table: IGS_PS_UNT_PRV_GRADE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNT_PRV_GRADE, object_name:IGS_PS_UNT_PRV_GRADE, status:VALID, product: IGS - Student System , description: To capture the relation between Units and their Previous Grades Qualifying for Repeat , implementation_dba_data: IGS.IGS_PS_UNT_PRV_GRADE ,
-
Table: IGS_PS_UNIT_FACILITY
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_FACILITY, object_name:IGS_PS_UNIT_FACILITY, status:VALID, product: IGS - Student System , description: This entity describes the Facilities (Media & Equipment) available at Buildings & Rooms of Unit Locations , implementation_dba_data: IGS.IGS_PS_UNIT_FACILITY ,
-
Table: IGS_PS_UNIT_INT_LVL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_INT_LVL, object_name:IGS_PS_UNIT_INT_LVL, status:VALID, product: IGS - Student System , description: This table describes the grouping of units in terms of program level for WEFTSU. , implementation_dba_data: IGS.IGS_PS_UNIT_INT_LVL ,
-
Table: IGS_PS_UNIT_LOCATION
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_LOCATION, object_name:IGS_PS_UNIT_LOCATION, status:VALID, product: IGS - Student System , description: Entity to capture the Unit Locations information , implementation_dba_data: IGS.IGS_PS_UNIT_LOCATION ,
-
Table: IGS_PS_UNT_DSCP_HIST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNT_DSCP_HIST_ALL, object_name:IGS_PS_UNT_DSCP_HIST_ALL, status:VALID, product: IGS - Student System , description: This entity describes the history of changes to a unit version's unit discipline. , implementation_dba_data: IGS.IGS_PS_UNT_DSCP_HIST_ALL ,
-
Table: IGS_PS_UNIT_FLD_STDY
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_FLD_STDY, object_name:IGS_PS_UNIT_FLD_STDY, status:VALID, product: IGS - Student System , description: To capture the relation between Units & Fields of Study , implementation_dba_data: IGS.IGS_PS_UNIT_FLD_STDY ,
-
Table: IGS_AV_STND_ALT_UNIT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AV_STND_ALT_UNIT, object_name:IGS_AV_STND_ALT_UNIT, status:VALID, product: IGS - Student System , description: Describes alternate units for a specified precluded unit , implementation_dba_data: IGS.IGS_AV_STND_ALT_UNIT ,
-
Table: IGS_PS_UNT_CRCLM_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNT_CRCLM_ALL, object_name:IGS_PS_UNT_CRCLM_ALL, status:VALID, product: IGS - Student System , description: Describes the master unit identifier for units. , implementation_dba_data: IGS.IGS_PS_UNT_CRCLM_ALL ,
-
Table: IGS_PS_TCH_RESP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_TCH_RESP, object_name:IGS_PS_TCH_RESP, status:VALID, product: IGS - Student System , description: This entity describes the breakdown of teaching responsibilities for a unit across organization units. This is divided using a percentage allocation. , implementation_dba_data: IGS.IGS_PS_TCH_RESP ,
-
Table: IGS_PS_UNIT_REF_CD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_REF_CD, object_name:IGS_PS_UNIT_REF_CD, status:VALID, product: IGS - Student System , description: This entity describes a reference code or codes related to the unit. E.g. IVRS code. , implementation_dba_data: IGS.IGS_PS_UNIT_REF_CD ,
-
Table: IGS_PS_UNIT_VER_NOTE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_VER_NOTE, object_name:IGS_PS_UNIT_VER_NOTE, status:VALID, product: IGS - Student System , description: This entity describes mappings of notes to unit versions. , implementation_dba_data: IGS.IGS_PS_UNIT_VER_NOTE ,
-
Table: IGS_PS_UNIT_REF_HIST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_REF_HIST_ALL, object_name:IGS_PS_UNIT_REF_HIST_ALL, status:VALID, product: IGS - Student System , description: This entity describes the history of changes to a unit version's reference codes. , implementation_dba_data: IGS.IGS_PS_UNIT_REF_HIST_ALL ,
-
Table: IGS_PS_UNIT_ACCTS_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_ACCTS_ALL, object_name:IGS_PS_UNIT_ACCTS_ALL, status:VALID, product: IGS - Student System , description: This table contains revenue account segment values at the unit level , implementation_dba_data: IGS.IGS_PS_UNIT_ACCTS_ALL ,
-
Table: IGS_PS_UNIT_DSCP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_DSCP, object_name:IGS_PS_UNIT_DSCP, status:VALID, product: IGS - Student System , description: This entity describes the discipline areas in which a unit is taught. If required a percentage allocation may be used across multiple discipline groups. , implementation_dba_data: IGS.IGS_PS_UNIT_DSCP ,
-
Table: IGS_PS_RPT_FMLY_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_RPT_FMLY_ALL, object_name:IGS_PS_RPT_FMLY_ALL, status:VALID, product: IGS - Student System , description: The units are to be grouped under common code to indicate they belong to same repeat family. This tables records the repeat code under which units are grouped together , implementation_dba_data: IGS.IGS_PS_RPT_FMLY_ALL ,
-
Table: IGS_PS_UNIT_X_GRPMEM
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_X_GRPMEM, object_name:IGS_PS_UNIT_X_GRPMEM, status:VALID, product: IGS - Student System , description: This table contains information about Units that are part of the Unit Cross-Listed Group , implementation_dba_data: IGS.IGS_PS_UNIT_X_GRPMEM ,
-
Table: IGS_PS_UNIT_CATEGORY_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_CATEGORY_ALL, object_name:IGS_PS_UNIT_CATEGORY_ALL, status:VALID, product: IGS - Student System , description: This entity describes the categories, which are applied to a unit. There may be multiple categories for each unit. , implementation_dba_data: IGS.IGS_PS_UNIT_CATEGORY_ALL ,
-
Table: IGS_PS_UNIT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT, object_name:IGS_PS_UNIT, status:VALID, product: IGS - Student System , description: This attribute describes the code allocated to a unit offered by the university. , implementation_dba_data: IGS.IGS_PS_UNIT ,
-
Table: IGS_PS_TCH_RESP_HIST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_TCH_RESP_HIST_ALL, object_name:IGS_PS_TCH_RESP_HIST_ALL, status:VALID, product: IGS - Student System , description: This entity describes the history of changes to a unit version's teaching responsibility. , implementation_dba_data: IGS.IGS_PS_TCH_RESP_HIST_ALL ,
-
Table: IGS_PS_UNIT_LVL_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_LVL_ALL, object_name:IGS_PS_UNIT_LVL_ALL, status:VALID, product: IGS - Student System , description: This entity describes the level of a unit within a particular university program type. This value will override the default value stored against the unit. , implementation_dba_data: IGS.IGS_PS_UNIT_LVL_ALL ,
-
Table: IGS_PS_UNIT_TYPE_LVL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_TYPE_LVL, object_name:IGS_PS_UNIT_TYPE_LVL, status:VALID, product: IGS - Student System , description: This table stores the unit program type level code and description. These would be associated with units. , implementation_dba_data: IGS.IGS_PS_UNIT_TYPE_LVL ,
-
Table: IGS_PS_UNIT_STAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_STAT, object_name:IGS_PS_UNIT_STAT, status:VALID, product: IGS - Student System , description: This entity describes the user-defined unit statuses. E.g. Current, Suspended. These map back onto the system unit statuses, to provide the system with the ability to have a large number of statuses, which tie back to the system functionali , implementation_dba_data: IGS.IGS_PS_UNIT_STAT ,
-
Table: IGS_EN_ELGB_OVR_UOO
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_ELGB_OVR_UOO, object_name:IGS_EN_ELGB_OVR_UOO, status:VALID, product: IGS - Student System , description: This table is used to capture the Unit and Unit section Details of the overridden Enrollment Eligibility Unit Steps. , implementation_dba_data: IGS.IGS_EN_ELGB_OVR_UOO ,
-
Table: IGS_PS_UNIT_LVL_HIST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_LVL_HIST_ALL, object_name:IGS_PS_UNIT_LVL_HIST_ALL, status:VALID, product: IGS - Student System , description: This entity describes the history of changes to a unit version's program unit level. , implementation_dba_data: IGS.IGS_PS_UNIT_LVL_HIST_ALL ,
-
Table: IGS_CO_OU_CO_REF_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CO_OU_CO_REF_ALL, object_name:IGS_CO_OU_CO_REF_ALL, status:VALID, product: IGS - Student System , description: Holds specific person references for an outgoing correspondence item , implementation_dba_data: IGS.IGS_CO_OU_CO_REF_ALL ,
-
Table: IGS_PS_UNIT_LEVEL_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_LEVEL_ALL, object_name:IGS_PS_UNIT_LEVEL_ALL, status:VALID, product: IGS - Student System , description: This entity describes the available university unit levels. , implementation_dba_data: IGS.IGS_PS_UNIT_LEVEL_ALL ,
-
View: IGSBV_AS_APPR_AST_ITM_GRD_SCHS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AS_APPR_AST_ITM_GRD_SCHS, object_name:IGSBV_AS_APPR_AST_ITM_GRD_SCHS, status:VALID, product: IGS - Student System , description: Approved Assessment Item Grading Schema , implementation_dba_data: APPS.IGSBV_AS_APPR_AST_ITM_GRD_SCHS ,
-
View: IGSFV_AS_APPR_AST_ITM_GRD_SCHS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_APPR_AST_ITM_GRD_SCHS, object_name:IGSFV_AS_APPR_AST_ITM_GRD_SCHS, status:VALID, product: IGS - Student System , description: Approved Assessment Item Grading Schema , implementation_dba_data: APPS.IGSFV_AS_APPR_AST_ITM_GRD_SCHS ,
-
Table: IGS_CO_ITM_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CO_ITM_ALL, object_name:IGS_CO_ITM_ALL, status:VALID, product: IGS - Student System , description: Describes correspondence items sent to students , implementation_dba_data: IGS.IGS_CO_ITM_ALL ,
-
View: IGSFV_UNIT_PROG_STRUCT_REFS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UNIT_PROG_STRUCT_REFS, object_name:IGSFV_UNIT_PROG_STRUCT_REFS, status:VALID, product: IGS - Student System , description: This is the full view, which describes reference code or codes related to the unit. , implementation_dba_data: APPS.IGSFV_UNIT_PROG_STRUCT_REFS ,
-
View: IGSFV_AS_UNIT_ASS_ITEM_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_UNIT_ASS_ITEM_GROUPS, object_name:IGSFV_AS_UNIT_ASS_ITEM_GROUPS, status:VALID, product: IGS - Student System , description: Unit Assessment Item Group , implementation_dba_data: APPS.IGSFV_AS_UNIT_ASS_ITEM_GROUPS ,
-
View: IGSBV_HIGH_EDU_UNIT_CATEGORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_HIGH_EDU_UNIT_CATEGORIES, object_name:IGSBV_HIGH_EDU_UNIT_CATEGORIES, status:VALID, product: IGS - Student System , description: This is a base view, which describes the categories that are applied to a unit. There can be multiple categories for each unit. , implementation_dba_data: APPS.IGSBV_HIGH_EDU_UNIT_CATEGORIES ,
-
Table: IGS_FI_FEE_AS_RT_H_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FEE_AS_RT_H_ALL, object_name:IGS_FI_FEE_AS_RT_H_ALL, status:VALID, product: IGS - Student System , description: This entity describes special contract based fee assessment rates , implementation_dba_data: IGS.IGS_FI_FEE_AS_RT_H_ALL ,
-
View: IGSFV_STUDENT_UNIT_ATTEMPTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STUDENT_UNIT_ATTEMPTS, object_name:IGSFV_STUDENT_UNIT_ATTEMPTS, status:VALID, product: IGS - Student System , description: This entity describes a student's attempt at studying a particular unit offered by the university. , implementation_dba_data: APPS.IGSFV_STUDENT_UNIT_ATTEMPTS ,
-
Table: IGS_PS_UNIT_OFR
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_OFR, object_name:IGS_PS_UNIT_OFR, status:VALID, product: IGS - Student System , description: This entity describes an offering of a unit within a calendar type. , implementation_dba_data: IGS.IGS_PS_UNIT_OFR ,