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


TABLE: IGS.IGS_RE_SCHOLARSHIP_ALL

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


IGS_RE_SCHOLARSHIP_ALL describes details of scholarships.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_RE_SCHOLARSHIP_ALL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERSON_ID
ColumnCA_SEQUENCE_NUMBER
ColumnSCHOLARSHIP_TYPE
ColumnSTART_DT
IGS_RE_SCHOLARSHIP_ALL_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSCHOLARSHIP_TYPE
Columns
Name Datatype Length Mandatory Comments
PERSON_ID NUMBER (15) Yes Describes the unique person identifier number of the candidate
CA_SEQUENCE_NUMBER NUMBER (6) Yes Describes the candidature sequence number
SCHOLARSHIP_TYPE VARCHAR2 (10) Yes Describes the scholarship type that the candidate has been granted
START_DT DATE
Yes Describes the start date of the scholarship
END_DT DATE

Describes the end date of the scholarship
DOLLAR_VALUE NUMBER (8)
Describes the currency value of the scholarship, in the case that it is a monetary scholarship
DESCRIPTION VARCHAR2 (60)
Contains text details of a scholarship
OTHER_BENEFITS VARCHAR2 (2000)
Describes any other benefits that result from the scholarship. No system functionality is implied.
CONDITIONS VARCHAR2 (2000)
Describes any conditions that must be met to retain the scholarship. For example, maintenance of a minimum rate of progress may be a requirement of the scholarship. No system functionality is implied.
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 PERSON_ID
,      CA_SEQUENCE_NUMBER
,      SCHOLARSHIP_TYPE
,      START_DT
,      END_DT
,      DOLLAR_VALUE
,      DESCRIPTION
,      OTHER_BENEFITS
,      CONDITIONS
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      ORG_ID
FROM IGS.IGS_RE_SCHOLARSHIP_ALL;

Dependencies

[top of page]

IGS.IGS_RE_SCHOLARSHIP_ALL does not reference any database object

IGS.IGS_RE_SCHOLARSHIP_ALL is referenced by following:

SchemaAPPS
SynonymIGS_RE_SCHOLARSHIP_ALL