[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PE_PERM_RES_CD |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PE_PERM_RES_CD
|
| Subobject Name: | |
| Status: | VALID |
IGS_PE_PERM_RES_CD describes the permanent residence code.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PE_PERM_RES_CD_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PERM_RESIDENT_CD
|
| IGS_PE_PERM_RES_CD_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
GOVT_PERM_RESIDENT_CD
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PERM_RESIDENT_CD | VARCHAR2 | (10) | Yes | A unique institution-defined permanent resident status code. The code must map to one of the Government-defined permanent resident status codes defined in DETYA element no. 390. |
| GOVT_PERM_RESIDENT_CD | NUMBER | (1) | Yes | A unique Government code indicating a student's permanent residency status, DETYA Higher Education Student Data Collection 1997, Element No. 390. |
| DESCRIPTION | VARCHAR2 | (60) | Yes | Describes an institution-defined permanent resident status code. The code must map to one of the Government-defined permanent resident status codes defined in DETYA element no. 390. |
| CLOSED_IND | VARCHAR2 | (1) | Yes | Specifies if the permanent residence code is open or closed. Selecting the checkbox to 'closed' prevents use of the permanent residence code in new or modified person statistics records. |
| NOTES | VARCHAR2 | (2000) | A facility for recording text-based comments about a permanent resident code, of up to 2,000 characters. | |
| 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 PERM_RESIDENT_CD
, GOVT_PERM_RESIDENT_CD
, DESCRIPTION
, CLOSED_IND
, NOTES
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_PE_PERM_RES_CD;
IGS.IGS_PE_PERM_RES_CD does not reference any database object
IGS.IGS_PE_PERM_RES_CD is referenced by following:
APPS
IGS_PE_PERM_RES_CD
|
|
|
|