[Home] [Help]
[Dependency Information]
Object Name: | ENG_SEARCH_PEOPLE_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
ENG_SEARCH_PEOPLE_V stores information to display the engineering mapping between person and fnd user.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PERSON_ID | NUMBER | (15) | Person identifier | |
PERSON_NAME | VARCHAR2 | (360) | Person name | |
USER_ID | NUMBER | (15) | FND User identifier | |
USER_NAME | VARCHAR2 | (100) | FND User name | |
PERSON_TYPE | VARCHAR2 | (8) | Person type i.e. internal, customer etc |
Cut, paste (and edit) the following text to query this object:
SELECT PERSON_ID
, PERSON_NAME
, USER_ID
, USER_NAME
, PERSON_TYPE
FROM APPS.ENG_SEARCH_PEOPLE_V;
APPS.ENG_SEARCH_PEOPLE_V is not referenced by any database object
|
|
|