[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PE_PERSON_ID_TYP |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PE_PERSON_ID_TYP
|
| Subobject Name: | |
| Status: | VALID |
IGS_PE_PERSON_ID_TYP describes the type of person IDs that can be attributed to a person, for example, OLAA ID, VTAC ID, OLD ID.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PE_PERSON_ID_TYP_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PERSON_ID_TYPE
|
| IGS_PE_PERSON_ID_TYP_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
INSTITUTION_CD
|
| IGS_PE_PERSON_ID_TYP_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PREFERRED_IND
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| 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 | |
| PERSON_ID_TYPE | VARCHAR2 | (10) | Yes | Describes the type of person IDs that may be assigned to a person. For example, OLAA ID, VTAC ID. |
| DESCRIPTION | VARCHAR2 | (60) | Yes | Provides an explanation of the person ID Type |
| S_PERSON_ID_TYPE | VARCHAR2 | (30) | System-defined person ID type, for example, Staff, Vtac, Qtac. | |
| INSTITUTION_CD | VARCHAR2 | (30) | Shows the code that uniquely identifies the institution associated with this person ID type | |
| PREFERRED_IND | VARCHAR2 | (1) | Flag indicates whether this person ID type is preferred or not | |
| UNIQUE_IND | VARCHAR2 | (1) | Flag indicates the person ID type is unique or not | |
| FORMAT_MASK | VARCHAR2 | (20) | Format Mask | |
| REGION_IND | VARCHAR2 | (1) | Region code indicator | |
| CLOSED_IND | VARCHAR2 | (1) | Yes | Closed Indicator |
Cut, paste (and edit) the following text to query this object:
SELECT CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, PERSON_ID_TYPE
, DESCRIPTION
, S_PERSON_ID_TYPE
, INSTITUTION_CD
, PREFERRED_IND
, UNIQUE_IND
, FORMAT_MASK
, REGION_IND
, CLOSED_IND
FROM IGS.IGS_PE_PERSON_ID_TYP;
IGS.IGS_PE_PERSON_ID_TYP does not reference any database object
IGS.IGS_PE_PERSON_ID_TYP is referenced by following:
APPS
IGS_PE_PERSON_ID_TYP
|
|
|
|