DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.ENG_SEARCH_PEOPLE_V

Object Details
Object Name: ENG_SEARCH_PEOPLE_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewENG.ENG_SEARCH_PEOPLE_V
Subobject Name:
Status: VALID

View Type

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.


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.ENG_SEARCH_PEOPLE_V references the following:

SchemaAPPS
SynonymFND_USER
SynonymHZ_CODE_ASSIGNMENTS
SynonymHZ_CUST_ACCOUNTS
SynonymHZ_PARTIES
SynonymPER_ALL_PEOPLE_F

APPS.ENG_SEARCH_PEOPLE_V is not referenced by any database object