[Home] [Help]
[Dependency Information]
| Object Name: | IGS_AD_CAT_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_AD_CAT_ALL
|
| Subobject Name: | |
| Status: | VALID |
IGS_AD_CAT_ALL describes user-defined categories of applicant that
identify different processing requirements of applicant to
institution.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_AD_CAT_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ADMISSION_CAT
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORG_ID | NUMBER | (15) | Operating Unit Identifier | |
| ADMISSION_CAT | VARCHAR2 | (10) | Yes | Code of an institution-defined admission category. An admission category is used to group a set of applicants whose applications will be processed by a common set of admission procedure steps. |
| DESCRIPTION | VARCHAR2 | (60) | Yes | Description of an institution-defined admission category. An admission category is used to group a set of applicants whose applications will be processed by a common set of admission procedure steps. |
| S_CITIZENSHIP_TYPE | VARCHAR2 | (10) | Yes | Describes the citizenship type of the admission category. The citizenship type may be International, Domestic or All. |
| CLOSED_IND | VARCHAR2 | (1) | Yes | Specifies whether the admission category is open or closed. Setting the indicator to 'closed' prevents use of the code in new or modified records |
| 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 ORG_ID
, ADMISSION_CAT
, DESCRIPTION
, S_CITIZENSHIP_TYPE
, CLOSED_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_AD_CAT_ALL;
IGS.IGS_AD_CAT_ALL does not reference any database object
IGS.IGS_AD_CAT_ALL is referenced by following:
APPS
IGS_AD_CAT_ALL
|
|
|
|