[Home] [Help]
[Dependency Information]
| Object Name: | IGSBV_PERSON_TYPES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSBV_PERSON_TYPES
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This entity contains information about the user defined person types and their mapping to the system defined person types.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PERSON_TYPE_CODE | VARCHAR2 | (30) | Yes | Unique Code for a Person Type. |
| DESCRIPTION | VARCHAR2 | (240) | Yes | Description of a Person Type. |
| LA:SYSTEM_TYPE | CHAR | (64) | Meaning of the System Type associated with a Person Type. | |
| CLOSED_INDICATOR | VARCHAR2 | (1) | Yes | An Indicator that the Person Type is closed for further usage |
| RANK | NUMBER | (4) | Indicates what the rank is of the person type associated with self service enrollment staff users | |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT PERSON_TYPE_CODE
, DESCRIPTION
, LA:SYSTEM_TYPE
, CLOSED_INDICATOR
, RANK
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSBV_PERSON_TYPES;
APPS
IGS_PE_PERSON_TYPES
APPS.IGSBV_PERSON_TYPES is not referenced by any database object
|
|
|
|