DBA Data[Home] [Help] [Dependency Information]


TABLE: IGS.IGS_OR_REL_PS_TYPE

Object Details
Object Name: IGS_OR_REL_PS_TYPE
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_OR_REL_PS_TYPE
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.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_OR_REL_PS_TYPE_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnPARENT_ORG_UNIT_CD
ColumnPARENT_START_DT
ColumnCHILD_ORG_UNIT_CD
ColumnCHILD_START_DT
ColumnOUR_CREATE_DT
ColumnCOURSE_TYPE
IGS_OR_REL_PS_TYPE_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnCOURSE_TYPE
IGS_OR_REL_PS_TYPE_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnCHILD_ORG_UNIT_CD
ColumnCHILD_START_DT
Columns
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
Query Text

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;

Dependencies

[top of page]

IGS.IGS_OR_REL_PS_TYPE does not reference any database object

IGS.IGS_OR_REL_PS_TYPE is referenced by following:

SchemaAPPS
SynonymIGS_OR_REL_PS_TYPE