[Home] [Help]
[Dependency Information]
| Object Name: | PA_PARTIES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_PARTIES_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 |
|---|---|---|---|---|
| RESOURCE_TYPE_ID | NUMBER | Identifier of the user type | ||
| RESOURCE_SOURCE_ID | NUMBER | (10) | Yes | Original identifier of the user |
| PARTY_ID | NUMBER | (15) | Party identifier of the user | |
| NAME | VARCHAR2 | (240) | The user name | |
| ORGANIZATION_ID | NUMBER | (15) | Yes | Identifier of the organization that the user belongs to |
| ORGANIZATION_NAME | VARCHAR2 | (240) | Yes | The organization name that the user belongs to |
Cut, paste (and edit) the following text to query this object:
SELECT RESOURCE_TYPE_ID
, RESOURCE_SOURCE_ID
, PARTY_ID
, NAME
, ORGANIZATION_ID
, ORGANIZATION_NAME
FROM APPS.PA_PARTIES_V;
APPS
HR_ALL_ORGANIZATION_UNITS
PER_ALL_ASSIGNMENTS_F
PER_ALL_PEOPLE_F
APPS.PA_PARTIES_V is not referenced by any database object
|
|
|
|