[Home] [Help]
[Dependency Information]
Object Name: | PA_PEOPLE_LOV_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 | |||
RESOURCE_SOURCE_ID | NUMBER | |||
NAME | VARCHAR2 | (360) | ||
ORGANIZATION_ID | NUMBER | (15) | ||
ORGANIZATION_NAME | VARCHAR2 | (360) | ||
OBJECT_ID | NUMBER | |||
OBJECT_TYPE | VARCHAR2 | (30) | ||
PERSON_TYPE | VARCHAR2 | (5) | ||
EMPLOYEE_NUMBER | VARCHAR2 | (30) | ||
PARTY_ID | NUMBER | (15) |
Cut, paste (and edit) the following text to query this object:
SELECT RESOURCE_TYPE_ID
, RESOURCE_SOURCE_ID
, NAME
, ORGANIZATION_ID
, ORGANIZATION_NAME
, OBJECT_ID
, OBJECT_TYPE
, PERSON_TYPE
, EMPLOYEE_NUMBER
, PARTY_ID
FROM APPS.PA_PEOPLE_LOV_V;
|
|
|