[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PS_GRP_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PS_GRP_ALL
|
| Subobject Name: | |
| Status: | VALID |
IGS_PS_GRP_ALL describes a grouping of programs, that are used for a variety of purposes within the system.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PS_GRP_ALL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
COURSE_GROUP_CD
|
| IGS_PS_GRP_ALL_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
COURSE_GROUP_TYPE
|
| IGS_PS_GRP_ALL_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
RESPONSIBLE_ORG_UNIT_CD
RESPONSIBLE_OU_START_DT
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| COURSE_GROUP_CD | VARCHAR2 | (10) | Yes | Unique identifier for a group of programs. Program groups are used to link programs with common institution-defined properties. They can be used for purposes such as student progression and permitted double degree combinations. |
| DESCRIPTION | VARCHAR2 | (60) | Yes | Description of the program group. Program groups are used to link programs with common institution-defined common properties. They can be used for purposes such as student progression and permitted double degree combinations. |
| RESPONSIBLE_ORG_UNIT_CD | VARCHAR2 | (30) | Code of the organization unit responsible for the program group. | |
| RESPONSIBLE_OU_START_DT | DATE | Start date of the organizational unit responsible for the program group. | ||
| COURSE_GROUP_TYPE | VARCHAR2 | (10) | Yes | Unique identifier for the institution-defined type of program group. Each program group must be assigned a program group type. For example, Equivalents, Available Double Program, Common Entrance Requirements. |
| CLOSED_IND | VARCHAR2 | (1) | Yes | Indicator that specifies if the government attendance mode is open or closed. Setting the checkbox to closed prevents use of the government attendance mode in new or modified institution- defined attendance mode records. |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
| ORG_ID | NUMBER | (15) | Operating unit identifier |
Cut, paste (and edit) the following text to query this object:
SELECT COURSE_GROUP_CD
, DESCRIPTION
, RESPONSIBLE_ORG_UNIT_CD
, RESPONSIBLE_OU_START_DT
, COURSE_GROUP_TYPE
, CLOSED_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ORG_ID
FROM IGS.IGS_PS_GRP_ALL;
IGS.IGS_PS_GRP_ALL does not reference any database object
IGS.IGS_PS_GRP_ALL is referenced by following:
APPS
IGS_PS_GRP_ALL
|
|
|
|