Search Results igs_en_unit_set_all
Overview
The IGS_EN_UNIT_SET_ALL table is a core data object within the Oracle E-Business Suite (EBS) Student System (IGS) for releases 12.1.1 and 12.2.2. It serves as the master repository for defining unit sets, which are logical sub-groupings or specializations within an academic course. These groupings, such as Majors, Minors, Streams, or Strands, represent a structured collection of units (subjects) that a student can undertake as part of their broader course of study. The table's primary role is to store the definitional metadata for each unit set, which is then integrated with the Rules Sub-system to govern the completion requirements and academic progression for students enrolled in these specializations. The "_ALL" suffix indicates it is a multi-org enabled table, capable of storing data for multiple operating units.
Key Information Stored
The table's structure is designed to uniquely identify and describe each version of a unit set. The primary key is a composite of UNIT_SET_CD and VERSION_NUMBER, establishing a version-controlled model for academic structures. While the provided ETRM excerpt does not list all columns, the key fields implied by its relationships and purpose include the unit set code, a descriptive name, its effective dates (start and end), the associated course code, and the unit set type (e.g., MAJOR, MINOR). The version number is critical for tracking curriculum changes over time, allowing historical student enrollments to be linked to the specific rule version they followed.
Common Use Cases and Queries
This table is central to numerous academic and administrative processes. Common use cases include defining and maintaining curriculum specializations, validating student enrollment against unit set rules, and generating reports on student populations within specific majors or streams. For reporting, a typical query might join this table to student enrollment or course offering tables. A fundamental SQL pattern retrieves active unit sets for a given course:
SELECT unit_set_cd, version_number FROM igs_en_unit_set_all WHERE course_cd = '&course_code' AND SYSDATE BETWEEN start_dt AND NVL(end_dt, SYSDATE);
Another critical pattern involves joining to the IGS_PS_OFR_UNIT_SET table to understand which unit sets are offered in specific academic periods (calendars). Data from this table also feeds into fee assessment logic, where charges may be tied to a student's chosen unit set.
Related Objects
The IGS_EN_UNIT_SET_ALL table has extensive relationships across the Student System, as evidenced by its foreign key constraints. Key related objects include:
- IGS_PS_OFR_UNIT_SET: Links unit sets to specific course offerings and teaching calendars.
- IGS_EN_UNIT_SET_MAP: Defines mapping relationships between different unit sets.
- IGS_FI_FEE_AS_ITEMS & IGS_FI_FEE_AS_RATE: Connect unit sets to financial fee assessment rules and rates.
- IGS_AS_GPC_UNIT_SETS: Associates unit sets with grading patterns or cohorts.
- IGS_AD_PS_APPL_INST_ALL: References the unit set in admissions application instances.
- IGS_HE_POOUS_ALL and related tables: Support Higher Education (HE) reporting and statutory requirements.
These relationships are primarily established via joins on the composite key columns: UNIT_SET_CD and VERSION_NUMBER (or US_VERSION_NUMBER).
-
Table: IGS_EN_UNIT_SET_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_UNIT_SET_ALL, object_name:IGS_EN_UNIT_SET_ALL, status:VALID, product: IGS - Student System , description: This field describes a unit-set, being a logical sub-grouping of course. e.g. Major, Minor, Stream, Strand. A unit-set is typically related to the rules which govern its completion via the Rules Sub-system. , implementation_dba_data: IGS.IGS_EN_UNIT_SET_ALL ,
-
View: IGSFV_STU_PRG_CNCTRN_ATTEMPT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STU_PRG_CNCTRN_ATTEMPT, object_name:IGSFV_STU_PRG_CNCTRN_ATTEMPT, status:VALID, product: IGS - Student System , description: Describes student's attempt at program unit set , implementation_dba_data: APPS.IGSFV_STU_PRG_CNCTRN_ATTEMPT ,
-
View: IGSFV_ST_PR_CONCENTRATION_ATTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ST_PR_CONCENTRATION_ATTS, object_name:IGSFV_ST_PR_CONCENTRATION_ATTS, status:VALID, product: IGS - Student System , description: Describes student's attempt at program unit set , implementation_dba_data: APPS.IGSFV_ST_PR_CONCENTRATION_ATTS ,
-
Table: IGS_EN_UNIT_SET_RULE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_UNIT_SET_RULE, object_name:IGS_EN_UNIT_SET_RULE, status:VALID, product: IGS - Student System , description: This entity describes the Unit set rules. , implementation_dba_data: IGS.IGS_EN_UNIT_SET_RULE ,
-
Table: IGS_SS_AD_UNITSE_STG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_AD_UNITSE_STG, object_name:IGS_SS_AD_UNITSE_STG, status:VALID, product: IGS - Student System , description: Staging table for applicant desired unit set details for a self service admission application program instance , implementation_dba_data: IGS.IGS_SS_AD_UNITSE_STG ,
-
Table: IGS_HE_POOUS_OU_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_POOUS_OU_ALL, object_name:IGS_HE_POOUS_OU_ALL, status:VALID, product: IGS - Student System , description: stores HESA Org. Unit information for Program Offering Option Unit Sets , implementation_dba_data: IGS.IGS_HE_POOUS_OU_ALL ,
-
Table: IGS_EN_UNIT_SET_MAP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_UNIT_SET_MAP, object_name:IGS_EN_UNIT_SET_MAP, status:VALID, product: IGS - Student System , description: Unit Set Mapping , implementation_dba_data: IGS.IGS_EN_UNIT_SET_MAP ,
-
Table: IGS_PS_US_FLD_STUDY
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_US_FLD_STUDY, object_name:IGS_PS_US_FLD_STUDY, status:VALID, product: IGS - Student System , description: This entity describes the field of study details for unit set. , implementation_dba_data: IGS.IGS_PS_US_FLD_STUDY ,
-
Table: IGS_SS_APP_PGM_STG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_APP_PGM_STG, object_name:IGS_SS_APP_PGM_STG, status:VALID, product: IGS - Student System , description: Staging Table for Application Program Instance in SS , implementation_dba_data: IGS.IGS_SS_APP_PGM_STG ,
-
Table: IGS_PS_ENT_PT_REF_CD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_ENT_PT_REF_CD, object_name:IGS_PS_ENT_PT_REF_CD, status:VALID, product: IGS - Student System , description: This entity describes a reference code(s) that relate to the program offering entry point e.g. TAC codes, CRICOS codes. , implementation_dba_data: IGS.IGS_PS_ENT_PT_REF_CD ,
-
Table: IGS_EN_UNITSETPSTYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_UNITSETPSTYPE, object_name:IGS_EN_UNITSETPSTYPE, status:VALID, product: IGS - Student System , description: This table describes the course type restrictions on a unit set. It will restrict the course versions to which the unit set can be linked. If no records have been created for a unit set, no restrictions will be applied. , implementation_dba_data: IGS.IGS_EN_UNITSETPSTYPE ,
-
Table: IGS_HE_POOUS_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_POOUS_ALL, object_name:IGS_HE_POOUS_ALL, status:VALID, product: IGS - Student System , description: Program Offering Option Unit Set HESA Details , implementation_dba_data: IGS.IGS_HE_POOUS_ALL ,
-
Table: IGS_FI_FAI_DTLS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FAI_DTLS, object_name:IGS_FI_FAI_DTLS, status:VALID, product: IGS - Student System , description: Fee Assessment Item Detail table, which stores Unit Information of a fee assessment item record. , implementation_dba_data: IGS.IGS_FI_FAI_DTLS ,
-
Table: IGS_PS_OFR_UNIT_SET
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_OFR_UNIT_SET, object_name:IGS_PS_OFR_UNIT_SET, status:VALID, product: IGS - Student System , description: This entity describes the link between unit sets and programs. E.g. it would link the possible majors to a program , implementation_dba_data: IGS.IGS_PS_OFR_UNIT_SET ,
-
Table: IGS_GR_AWD_CRM_UT_ST
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_GR_AWD_CRM_UT_ST, object_name:IGS_GR_AWD_CRM_UT_ST, status:VALID, product: IGS - Student System , description: This entity describes the unit sets which make up the unit set groups which are being processed during the nominated graduation ceremony. , implementation_dba_data: IGS.IGS_GR_AWD_CRM_UT_ST ,
-
Table: IGS_AD_SBM_PS_FNTRGT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SBM_PS_FNTRGT, object_name:IGS_AD_SBM_PS_FNTRGT, status:VALID, product: IGS - Student System , description: Holds program version funding source and optional components that have one or more targets for a submission period , implementation_dba_data: IGS.IGS_AD_SBM_PS_FNTRGT ,
-
Table: IGS_PS_RSV_UOP_PRF
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_RSV_UOP_PRF, object_name:IGS_PS_RSV_UOP_PRF, status:VALID, product: IGS - Student System , description: Describes the preferences for a given priority for reserved seating at unit offering pattern level , implementation_dba_data: IGS.IGS_PS_RSV_UOP_PRF ,
-
Table: IGS_PS_RSV_USEC_PRF
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_RSV_USEC_PRF, object_name:IGS_PS_RSV_USEC_PRF, status:VALID, product: IGS - Student System , description: Describes the preferences for a given priority for reserved seating at unit section level , implementation_dba_data: IGS.IGS_PS_RSV_USEC_PRF ,
-
Table: IGS_PE_UNT_SET_EXCL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_UNT_SET_EXCL, object_name:IGS_PE_UNT_SET_EXCL, status:VALID, product: IGS - Student System , description: This entity describes a unit set which a student has been excluded from. , implementation_dba_data: IGS.IGS_PE_UNT_SET_EXCL ,
-
View: IGSBV_UNIT_SET_FLD_OF_STUDIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UNIT_SET_FLD_OF_STUDIES, object_name:IGSBV_UNIT_SET_FLD_OF_STUDIES, status:VALID, product: IGS - Student System , description: This is the base view which describes the field of studies for unit set , implementation_dba_data: APPS.IGSBV_UNIT_SET_FLD_OF_STUDIES ,
-
Table: IGS_FI_FEE_AS_ITEMS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FEE_AS_ITEMS, object_name:IGS_FI_FEE_AS_ITEMS, status:VALID, product: IGS - Student System , description: This entity stores an itemized list of assessment items that have contributed to the student's assessment. , implementation_dba_data: IGS.IGS_FI_FEE_AS_ITEMS ,
-
Table: IGS_AS_GPC_UNIT_SETS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_GPC_UNIT_SETS, object_name:IGS_AS_GPC_UNIT_SETS, status:VALID, product: IGS - Student System , description: Stores grading period cohorts unit set details , implementation_dba_data: IGS.IGS_AS_GPC_UNIT_SETS ,
-
View: IGSFV_UNIT_SET_FLD_OF_STUDIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UNIT_SET_FLD_OF_STUDIES, object_name:IGSFV_UNIT_SET_FLD_OF_STUDIES, status:VALID, product: IGS - Student System , description: This is the base view which describes the field of studies for unit set , implementation_dba_data: APPS.IGSFV_UNIT_SET_FLD_OF_STUDIES ,
-
Table: IGS_EN_UNITSETFEETRG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_UNITSETFEETRG, object_name:IGS_EN_UNITSETFEETRG, status:VALID, product: IGS - Student System , description: This entity describes the unit set fee triggers. It is used during fee assessment processing to indicate a unit set based fee applies for a fee type. , implementation_dba_data: IGS.IGS_EN_UNITSETFEETRG ,
-
Table: IGS_EN_UNIT_SET_NOTE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_UNIT_SET_NOTE, object_name:IGS_EN_UNIT_SET_NOTE, status:VALID, product: IGS - Student System , description: This table describes notes relating to the unit sets. , implementation_dba_data: IGS.IGS_EN_UNIT_SET_NOTE ,
-
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 ,
-
Table: IGS_HE_POOUS_CC_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_POOUS_CC_ALL, object_name:IGS_HE_POOUS_CC_ALL, status:VALID, product: IGS - Student System , description: Stores HESA Cost Center information for Program Offering Option Unit Sets , implementation_dba_data: IGS.IGS_HE_POOUS_CC_ALL ,
-
View: IGSBV_PR_STDNT_PRG_PGM_CNCTRNS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PR_STDNT_PRG_PGM_CNCTRNS, object_name:IGSBV_PR_STDNT_PRG_PGM_CNCTRNS, status:VALID, product: IGS - Student System , description: Describes the program concentrations a student will be excluded from when a student progression outcome is applied. , implementation_dba_data: APPS.IGSBV_PR_STDNT_PRG_PGM_CNCTRNS ,
-
Table: IGS_PR_SDT_PR_UNT_ST
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_SDT_PR_UNT_ST, object_name:IGS_PR_SDT_PR_UNT_ST, status:VALID, product: IGS - Student System , description: This table contains unit sets from which the student will be excluded in a course attempt , implementation_dba_data: IGS.IGS_PR_SDT_PR_UNT_ST ,
-
Table: IGS_PR_OU_UNIT_SET_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_OU_UNIT_SET_ALL, object_name:IGS_PR_OU_UNIT_SET_ALL, status:VALID, product: IGS - Student System , description: This table contains unit sets from which the student will be failed as a result of the related rule being failed. , implementation_dba_data: IGS.IGS_PR_OU_UNIT_SET_ALL ,
-
Table: IGS_PS_RSV_ORGUN_PRF
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_RSV_ORGUN_PRF, object_name:IGS_PS_RSV_ORGUN_PRF, status:VALID, product: IGS - Student System , description: Describes the preferences for a given priority for reserved seating at Organization unit level , implementation_dba_data: IGS.IGS_PS_RSV_ORGUN_PRF ,
-
View: IGSFV_AD_ADM_APPL_PROG_DES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ADM_APPL_PROG_DES, object_name:IGSFV_AD_ADM_APPL_PROG_DES, status:VALID, product: IGS - Student System , description: Describes desired unit set details , implementation_dba_data: APPS.IGSFV_AD_ADM_APPL_PROG_DES ,
-
Table: IGS_PS_COO_AD_UNIT_S
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_COO_AD_UNIT_S, object_name:IGS_PS_COO_AD_UNIT_S, status:VALID, product: IGS - Student System , description: This entity describes the admission categories assigned to a program offering option unit set. , implementation_dba_data: IGS.IGS_PS_COO_AD_UNIT_S ,
-
Table: IGS_AS_SU_SETATMPT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_SU_SETATMPT, object_name:IGS_AS_SU_SETATMPT, status:VALID, product: IGS - Student System , description: Describes student's attempt at program unit set , implementation_dba_data: IGS.IGS_AS_SU_SETATMPT ,
-
View: IGSBV_PROG_CONCENTRATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PROG_CONCENTRATIONS, object_name:IGSBV_PROG_CONCENTRATIONS, status:VALID, product: IGS - Student System , description: This entity describes a unit-set, being a logical sub-grouping of program. eg .Major, Minor, Stream, Strand. A unit-set is typically related to the rules which governs its completion via the Rules Sub-system. , implementation_dba_data: APPS.IGSBV_PROG_CONCENTRATIONS ,
-
View: IGSFV_PR_STDNT_PRG_PGM_CNCTRNS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PR_STDNT_PRG_PGM_CNCTRNS, object_name:IGSFV_PR_STDNT_PRG_PGM_CNCTRNS, status:VALID, product: IGS - Student System , description: Describes the program concentrations a student will be excluded from when a student progression outcome is applied. , implementation_dba_data: APPS.IGSFV_PR_STDNT_PRG_PGM_CNCTRNS ,
-
View: IGSBV_STU_PRG_CNCTRN_ATTEMPT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_STU_PRG_CNCTRN_ATTEMPT, object_name:IGSBV_STU_PRG_CNCTRN_ATTEMPT, status:VALID, product: IGS - Student System , description: Describes student's attempt at program unit set , implementation_dba_data: APPS.IGSBV_STU_PRG_CNCTRN_ATTEMPT ,
-
View: IGSBV_CONCENTRATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_CONCENTRATIONS, object_name:IGSBV_CONCENTRATIONS, status:VALID, product: IGS - Student System , description: This view describes a unit-set, being a logical sub-grouping of course. e.g. Major, Minor, Stream, Strand. A unit-set is typically related to the rules, which govern its completion via the Rules Sub-system. - Obsolete , implementation_dba_data: APPS.IGSBV_CONCENTRATIONS ,
-
View: IGSBV_ST_PR_CONCENTRATION_ATTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_ST_PR_CONCENTRATION_ATTS, object_name:IGSBV_ST_PR_CONCENTRATION_ATTS, status:VALID, product: IGS - Student System , description: Describes student's attempt at program unit set , implementation_dba_data: APPS.IGSBV_ST_PR_CONCENTRATION_ATTS ,
-
View: IGSFV_CONCENTRATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_CONCENTRATIONS, object_name:IGSFV_CONCENTRATIONS, status:VALID, product: IGS - Student System , description: This view describes a unit-set, being a logical sub-grouping of course. e.g. Major, Minor, Stream, Strand. A unit-set is typically related to the rules, which govern its completion via the Rules Sub-system. - Obsolete , implementation_dba_data: APPS.IGSFV_CONCENTRATIONS ,
-
View: IGS_EN_UNIT_SET
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_UNIT_SET, object_name:IGS_EN_UNIT_SET, status:VALID, product: IGS - Student System , description: The code of a unit set. Unit sets comprise lists of units or rules. , implementation_dba_data: APPS.IGS_EN_UNIT_SET ,
-
Table: IGS_FI_FEE_AS_RATE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FEE_AS_RATE, object_name:IGS_FI_FEE_AS_RATE, status:VALID, product: IGS - Student System , description: This entity describes the method and parameters necessary for determining the amount to charge during fee assessment processing for a fee category fee liability. , implementation_dba_data: IGS.IGS_FI_FEE_AS_RATE ,
-
View: IGSFV_PROG_CONCENTRATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PROG_CONCENTRATIONS, object_name:IGSFV_PROG_CONCENTRATIONS, status:VALID, product: IGS - Student System , description: This entity describes a unit-set, being a logical sub-grouping of program. eg .Major, Minor, Stream, Strand. A unit-set is typically related to the rules which governs its completion via the Rules Sub-system. , implementation_dba_data: APPS.IGSFV_PROG_CONCENTRATIONS ,
-
View: IGSFV_UK_PRG_OFR_OPT_ORG_UNITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UK_PRG_OFR_OPT_ORG_UNITS, object_name:IGSFV_UK_PRG_OFR_OPT_ORG_UNITS, status:VALID, product: IGS - Student System , description: Full View for Program Offering Option Unit Set HESA Details - Organizations , implementation_dba_data: APPS.IGSFV_UK_PRG_OFR_OPT_ORG_UNITS ,
-
View: IGSFV_PRG_OFR_OPT_COST_CENTRES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PRG_OFR_OPT_COST_CENTRES, object_name:IGSFV_PRG_OFR_OPT_COST_CENTRES, status:VALID, product: IGS - Student System , description: Full View for Program Offering Option Unit Set HESA Details - Cost Center Details , implementation_dba_data: APPS.IGSFV_PRG_OFR_OPT_COST_CENTRES ,
-
View: IGSFV_ST_UNIT_SET_ATT_COST_CNT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ST_UNIT_SET_ATT_COST_CNT, object_name:IGSFV_ST_UNIT_SET_ATT_COST_CNT, status:VALID, product: IGS - Student System , description: Full business view to allow queries on Student Unit Set Attempt Cost Center HESA Details. , implementation_dba_data: APPS.IGSFV_ST_UNIT_SET_ATT_COST_CNT ,
-
Table: IGS_AD_PS_APPL_INST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_ALL, object_name:IGS_AD_PS_APPL_INST_ALL, status:VALID, product: IGS - Student System , description: Holds the request for program entry for an admission period , implementation_dba_data: IGS.IGS_AD_PS_APPL_INST_ALL ,
-
View: IGSFV_POOUS_HESA_COST_CENTRES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_POOUS_HESA_COST_CENTRES, object_name:IGSFV_POOUS_HESA_COST_CENTRES, status:VALID, product: IGS - Student System , description: Full business view to allow queries on Program HESA Cost Center Details , implementation_dba_data: APPS.IGSFV_POOUS_HESA_COST_CENTRES ,
-
View: IGSFV_UK_PRG_OFR_OPT_UNIT_SETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UK_PRG_OFR_OPT_UNIT_SETS, object_name:IGSFV_UK_PRG_OFR_OPT_UNIT_SETS, status:VALID, product: IGS - Student System , description: Full View for Program Offering Option Unit Set HESA Details , implementation_dba_data: APPS.IGSFV_UK_PRG_OFR_OPT_UNIT_SETS ,
-
View: IGS_DA_EXPL_PRG_CAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_DA_EXPL_PRG_CAT_V, object_name:IGS_DA_EXPL_PRG_CAT_V, status:VALID, product: IGS - Student System , description: View is used to determine the program catalogs allowed to be displayed for the Explore Program Catalog LOV based on configuration of profiles setup and the user allowed to choose Explore Program options. , implementation_dba_data: APPS.IGS_DA_EXPL_PRG_CAT_V ,