Search Results govt_special_course_type
Overview
The IGS_PS_GOVT_SPL_TYPE table is a core reference table within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Oracle Student Management (OSM) or Campus Solutions modules, which reside under the IGS schema. Its primary function is to maintain the government-defined set of special program types. These standardized codes classify academic programs of special interest for official reporting and compliance purposes to government education bodies. The table acts as a master list, ensuring data integrity and consistency when tagging institutional course offerings with their appropriate government classification, which is critical for accurate statutory reporting and funding calculations.
Key Information Stored
The table stores the definitive list of government special program type codes along with their controlling attributes. The key columns are:
- GOVT_SPECIAL_COURSE_TYPE (VARCHAR2): The primary key column. It stores the unique alphanumeric code that identifies a program type (e.g., '1' for 'Not a program of special interest', '11' for 'Basic nurse education program').
- DESCRIPTION (VARCHAR2(60)): Provides the descriptive name or explanation for the corresponding code.
- CLOSED_IND (VARCHAR2): A flag, typically 'Y' or 'N', that indicates whether the code is active for use. Setting it to closed ('Y') prevents this type from being assigned to new or modified institutional records.
- Standard WHO Columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN): Audit columns that track the user and timestamp for record creation and modification, following standard EBS conventions.
Common Use Cases and Queries
This table is primarily used in two contexts: administrative setup and regulatory reporting. During system configuration, administrators populate this table with the valid codes mandated by the relevant government education authority. These codes are then made available in list of values (LOVs) when defining or updating program records elsewhere in the application. For reporting, the codes are joined to course or program data to generate submissions for government agencies.
A common query retrieves all active codes for use in a validation list or report:
SELECT govt_special_course_type, description FROM igs.igs_ps_govt_spl_type WHERE NVL(closed_ind, 'N') = 'N' ORDER BY 1;
Another typical use is to join this reference table to transactional data (e.g., course offerings) to decode the special program type for a detailed report:
SELECT c.course_code, c.version_number, g.description AS govt_special_type FROM igs_ps_course c, igs_ps_govt_spl_type g WHERE c.govt_special_course_type = g.govt_special_course_type;
Related Objects
Based on the provided dependency information, the IGS_PS_GOVT_SPL_TYPE table is referenced by other objects within the APPS and IGS schemas. While the specific foreign key relationships and column names are not detailed in the excerpt, the table's primary key (GOVT_SPECIAL_COURSE_TYPE) is almost certainly referenced as a foreign key in transactional tables related to programs or courses. A logical candidate would be a table such as IGS_PS_COURSE or a similar entity that stores course definitions, where a column like GOVT_SPECIAL_COURSE_TYPE would store a value validated against this reference table. The unique index IGS_PS_GOVT_SPL_TYPE_U1 on the GOVT_SPECIAL_COURSE_TYPE column enforces the primary key constraint required for these relationships.
-
TABLE: IGS.IGS_PS_GOVT_SPL_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_GOVT_SPL_TYPE, object_name:IGS_PS_GOVT_SPL_TYPE, status:VALID,
-
APPS.IGS_PS_VAL_CRV dependencies on IGS_PS_GOVT_SPL_TYPE
12.1.1
-
View: IGS_PS_VER_HIST_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is used to merge program version history with the current program version details enabling all details to be accessed over time, up till the current day. Each entry represents all column values over defined time periods. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_VER_HIST_V
12.1.1
-
APPS.IGS_PS_GOVT_SPL_TYPE_PKG dependencies on IGS_PS_GOVT_SPL_TYPE
12.1.1
-
View: IGS_PS_VER_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_VER_HIST_V, object_name:IGS_PS_VER_HIST_V, status:VALID, product: IGS - Student System , description: This view is used to merge program version history with the current program version details enabling all details to be accessed over time, up till the current day. Each entry represents all column values over defined time periods. , implementation_dba_data: APPS.IGS_PS_VER_HIST_V ,
-
APPS.IGS_PS_GOVT_SPL_TYPE_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGSBV_HIGH_ED_PROG_VERSIONS
12.1.1
-
View: IGS_PS_VER_HIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_VER_HIST, object_name:IGS_PS_VER_HIST, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_VER_HIST ,
-
View: IGS_PS_VER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_VER_V, object_name:IGS_PS_VER_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_VER_V ,
-
View: IGS_PS_VER_HIST
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_VER_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_GOVT_SPL_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_GOVT_SPL_TYPE, object_name:IGS_PS_GOVT_SPL_TYPE, status:VALID, product: IGS - Student System , description: This entity describes the Government set of special program types. , implementation_dba_data: IGS.IGS_PS_GOVT_SPL_TYPE ,
-
Table: IGS_PS_GOVT_SPL_TYPE
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the Government set of special program types. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_VER_HIST
12.1.1
-
VIEW: APPS.IGS_PS_VER_V
12.1.1
-
VIEW: APPS.IGS_PS_VER_HIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_VER_HIST, object_name:IGS_PS_VER_HIST, status:VALID,
-
PACKAGE BODY: APPS.IGS_PS_GOVT_SPL_TYPE_PKG
12.1.1
-
APPS.IGS_PS_GEN_002 dependencies on IGS_PS_GOVT_SPL_TYPE
12.1.1
-
VIEW: APPS.IGS_PS_VER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_VER_V, object_name:IGS_PS_VER_V, status:VALID,
-
View: IGSBV_HIGH_ED_PROG_VERSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_HIGH_ED_PROG_VERSIONS, object_name:IGSBV_HIGH_ED_PROG_VERSIONS, status:VALID, product: IGS - Student System , description: This entity describes Program Versions including information about the intermission, financial aid, supplemental exams , minimum and maximum credit points. , implementation_dba_data: APPS.IGSBV_HIGH_ED_PROG_VERSIONS ,
-
View: IGSBV_HIGH_ED_PROG_VERSIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes Program Versions including information about the intermission, financial aid, supplemental exams , minimum and maximum credit points. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_VER
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_VER, object_name:IGS_PS_VER, status:VALID, product: IGS - Student System , description: This view would be used in form , implementation_dba_data: APPS.IGS_PS_VER ,
-
View: IGS_PS_VER
12.2.2
product: IGS - Student System (Obsolete) , description: This view would be used in form , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PS_GOVT_SPL_TYPE_PKG dependencies on APP_EXCEPTION
12.1.1
-
APPS.IGS_PS_GOVT_SPL_TYPE_PKG dependencies on IGS_GE_MSG_STACK
12.1.1
-
TABLE: IGS.IGS_PS_VER_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_VER_ALL, object_name:IGS_PS_VER_ALL, status:VALID,
-
APPS.IGS_PS_GOVT_SPL_TYPE_PKG dependencies on FND_MESSAGE
12.1.1
-
APPS.IGS_PS_VER_HIST_PKG SQL Statements
12.1.1
-
APPS.IGS_PS_VAL_CRV SQL Statements
12.1.1
-
TABLE: IGS.IGS_PS_VER_HIST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_VER_HIST_ALL, object_name:IGS_PS_VER_HIST_ALL, status:VALID,
-
VIEW: APPS.IGS_PS_VER_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_VER_HIST_V, object_name:IGS_PS_VER_HIST_V, status:VALID,
-
VIEW: APPS.IGS_PS_VER
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_VER, object_name:IGS_PS_VER, status:VALID,
-
APPS.IGS_PS_GEN_002 SQL Statements
12.1.1
-
APPS.IGS_PS_VER_HIST_PKG dependencies on APP_EXCEPTION
12.1.1
-
APPS.IGS_PS_VER_HIST_PKG dependencies on IGS_GE_MSG_STACK
12.1.1
-
APPS.IGS_PS_VER_PKG SQL Statements
12.1.1
-
APPS.IGS_PS_VER_HIST_PKG dependencies on FND_MESSAGE
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_VER_HIST_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_VER_PKG
12.1.1
-
APPS.IGS_PS_VER_PKG dependencies on APP_EXCEPTION
12.1.1
-
APPS.IGS_PS_VER_PKG dependencies on FND_MESSAGE
12.1.1
-
PACKAGE BODY: APPS.IGS_AU_GEN_002
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_GEN_002
12.1.1
-
APPS.IGS_PS_VER_PKG dependencies on IGS_PS_VER_ALL
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_VAL_CRV
12.1.1
-
APPS.IGS_PS_VER_PKG dependencies on IGS_PS_VER
12.1.1
-
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'. ,
-
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'. ,