[Home] [Help]
[Dependency Information]
| Object Name: | IGS_RE_SCHL_TYPE_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_RE_SCHL_TYPE_ALL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SCHOLARSHIP_TYPE
|
| IGS_RE_SCHL_TYPE_ALL_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ORG_UNIT_CD_FROM
OU_START_DT_FROM
|
| IGS_RE_SCHL_TYPE_ALL_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PERSON_ID_FROM
|
| 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 |
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;
IGS.IGS_RE_SCHL_TYPE_ALL does not reference any database object
IGS.IGS_RE_SCHL_TYPE_ALL is referenced by following:
APPS
IGS_RE_SCHL_TYPE_ALL
|
|
|
|