[Home] [Help]
[Dependency Information]
| Object Name: | PER_STARTUP_PERSON_TYPES_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PER.PER_STARTUP_PERSON_TYPES_TL
|
| Subobject Name: | |
| Status: | VALID |
PER_STARTUP_PERSON_TYPES_TL holds the predefined definitions for translated person types that are propagated to PER_PERSON_TYPES when a new Business
Group is created. The default information held in PER_PERSON_TYPES
can be overridden for a specific Business Group.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
USER_PERSON_TYPE
LANGUAGE| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PER_STARTUP_PERSON_TYPES_TL_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
USER_PERSON_TYPE
LANGUAGE
|
| PER_STARTUP_PERSON_TYPES_TL_N1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
SEEDED_PERSON_TYPE_KEY
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SYSTEM_PERSON_TYPE | VARCHAR2 | (30) | Yes | System code for the person type |
| USER_PERSON_TYPE | VARCHAR2 | (80) | Yes | User-defined name for the person type |
| LANGUAGE | VARCHAR2 | (4) | Yes | Defined language |
| SOURCE_LANG | VARCHAR2 | (4) | Yes | Actual language |
| LAST_UPDATE_DATE | DATE | Standard Who column | ||
| LAST_UPDATED_BY | NUMBER | (15) | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
| CREATED_BY | NUMBER | (15) | Standard Who column | |
| CREATION_DATE | DATE | Standard Who column | ||
| DEFAULT_FLAG | VARCHAR2 | (30) | Yes | Indicates whether this is the default name for a particular system code. |
| CURRENT_APPLICANT_FLAG | VARCHAR2 | (30) | Flag to indicate whether this is an Applicant type. | |
| CURRENT_EMP_OR_APL_FLAG | VARCHAR2 | (30) | Flag to indicate whether this is an Employee and an Applicant type. | |
| CURRENT_EMPLOYEE_FLAG | VARCHAR2 | (30) | Flag to indicate whether this is an Employee type. | |
| SEEDED_PERSON_TYPE_KEY | VARCHAR2 | (30) | Yes | Seeded person type key |
Cut, paste (and edit) the following text to query this object:
SELECT SYSTEM_PERSON_TYPE
, USER_PERSON_TYPE
, LANGUAGE
, SOURCE_LANG
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
, DEFAULT_FLAG
, CURRENT_APPLICANT_FLAG
, CURRENT_EMP_OR_APL_FLAG
, CURRENT_EMPLOYEE_FLAG
, SEEDED_PERSON_TYPE_KEY
FROM HR.PER_STARTUP_PERSON_TYPES_TL;
HR.PER_STARTUP_PERSON_TYPES_TL does not reference any database object
HR.PER_STARTUP_PERSON_TYPES_TL is referenced by following:
APPS
PER_STARTUP_PERSON_T041315_WHO
PER_STARTUP_PERSON_TYPES_TL
PUBLIC
PER_STARTUP_PERSON_TYPES_TL
|
|
|
|