[Home] [Help]
[Dependency Information]
Object Name: | IGS_OR_REL_PS_TYPE |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IGS_OR_REL_PS_TYPE contains the course type restrictions used in the organization unit relationship for the purposes of committee structures used within progression and in future to be used in other areas. This structure allows nominated of only particular types of courses from within an organization unit, for example, a progression committee may be responsible for higher degree students from a faculty and another committee responsible for the remainder.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGS_OR_REL_PS_TYPE_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() ![]() ![]() |
IGS_OR_REL_PS_TYPE_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
IGS_OR_REL_PS_TYPE_N2 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PARENT_ORG_UNIT_CD | VARCHAR2 | (30) | Yes | Describes the parent organizational unit code of the relationship |
PARENT_START_DT | DATE | Yes | Describes the parent start date | |
CHILD_ORG_UNIT_CD | VARCHAR2 | (30) | Yes | Describes the child organizational unit code of the relationship |
CHILD_START_DT | DATE | Yes | Describes the child start date | |
OUR_CREATE_DT | DATE | Yes | Describes the creation date of the organizational unit relationship | |
COURSE_TYPE | VARCHAR2 | (10) | Yes | Describes the program type qualifying the organizational unit relationship. |
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 |
Cut, paste (and edit) the following text to query this object:
SELECT PARENT_ORG_UNIT_CD
, PARENT_START_DT
, CHILD_ORG_UNIT_CD
, CHILD_START_DT
, OUR_CREATE_DT
, COURSE_TYPE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_OR_REL_PS_TYPE;
IGS.IGS_OR_REL_PS_TYPE does not reference any database object
IGS.IGS_OR_REL_PS_TYPE is referenced by following:
|
|
|