[Home] [Help]
[Dependency Information]
Object Name: | ENG_SECURITY_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_SECURITY_PEOPLE_V stores information to display engineering people security information.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PERSON_ID | NUMBER | (15) | Person identifier | |
USER_ID | NUMBER | (15) | FND user identifier | |
USER_NAME | VARCHAR2 | (100) | User name | |
PERSON_TYPE | VARCHAR2 | (8) | Person type |
Cut, paste (and edit) the following text to query this object:
SELECT PERSON_ID
, USER_ID
, USER_NAME
, PERSON_TYPE
FROM APPS.ENG_SECURITY_PEOPLE_V;
|
|
|