[Home] [Help]
[Dependency Information]
| Object Name: | PA_PERSON_TYPE_RES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_PERSON_TYPE_RES_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PERSON_TYPE_ID | NUMBER | (15) | Yes | Unique key generated from sequence PER_PERSON_TYPES_S. |
| PERSON_TYPE_CODE | VARCHAR2 | (30) | Yes | |
| MEANING | VARCHAR2 | (80) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT PERSON_TYPE_ID
, PERSON_TYPE_CODE
, MEANING
FROM APPS.PA_PERSON_TYPE_RES_V;
APPS
PA_LOOKUPS
PER_PERSON_TYPES
APPS.PA_PERSON_TYPE_RES_V is not referenced by any database object
|
|
|
|