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


TABLE: IGS.IGS_RE_SCHL_TYPE_ALL

Object Details
Object Name: IGS_RE_SCHL_TYPE_ALL
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_RE_SCHL_TYPE_ALL
Subobject Name:
Status: VALID


IGS_RE_SCHL_TYPE_ALL describes user-defined scholarship types that can be requested at admission. For example, co-operative, DEET industry postgraduate award that is external, churchill memorial scholarship that is external.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_RE_SCHL_TYPE_ALL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSCHOLARSHIP_TYPE
IGS_RE_SCHL_TYPE_ALL_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnORG_UNIT_CD_FROM
ColumnOU_START_DT_FROM
IGS_RE_SCHL_TYPE_ALL_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERSON_ID_FROM
Columns
Name Datatype Length Mandatory Comments
SCHOLARSHIP_TYPE VARCHAR2 (10) Yes The unique code to identify scholarship types. These must be mapped either to an organization unit or to a person identifier number.
DESCRIPTION VARCHAR2 (60) Yes Provides an explanation of the scholarship type
ORG_UNIT_CD_FROM VARCHAR2 (30)
The code for the organization unit providing the scholarship
OU_START_DT_FROM DATE

The date from which the organizational unit is effective. The organizational unit is uniquely identified by the combination of its code and start date.
PERSON_ID_FROM NUMBER (15)
The unique identification code of the person providing the scholarship
CLOSED_IND VARCHAR2 (1) Yes Indicates and specifies if the scholarship type is open or closed. Selecting the check box closes the scholarship type and prevents new or modified scholarships being assigned the scholarship type.
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
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT SCHOLARSHIP_TYPE
,      DESCRIPTION
,      ORG_UNIT_CD_FROM
,      OU_START_DT_FROM
,      PERSON_ID_FROM
,      CLOSED_IND
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      ORG_ID
FROM IGS.IGS_RE_SCHL_TYPE_ALL;

Dependencies

[top of page]

IGS.IGS_RE_SCHL_TYPE_ALL does not reference any database object

IGS.IGS_RE_SCHL_TYPE_ALL is referenced by following:

SchemaAPPS
SynonymIGS_RE_SCHL_TYPE_ALL