[Home] [Help]
[Dependency Information]
| Object Name: | ENG_SECURITY_GROUP_MEMBERS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ENG.ENG_SECURITY_GROUP_MEMBERS_V
|
| Subobject Name: | |
| Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
ENG_SECURITY_GROUP_MEMBERS_V stores information to display the engineering group member security information.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| GROUP_ID | NUMBER | (15) | Group identifier | |
| MEMBER_PERSON_ID | NUMBER | Group member identifier | ||
| MEMBER_USER_ID | NUMBER | (15) | Group member user identifier | |
| MEMBER_USER_NAME | VARCHAR2 | (100) | Group member user name | |
| MEMBER_PERSON_TYPE | VARCHAR2 | (8) | Group member person type |
Cut, paste (and edit) the following text to query this object:
SELECT GROUP_ID
, MEMBER_PERSON_ID
, MEMBER_USER_ID
, MEMBER_USER_NAME
, MEMBER_PERSON_TYPE
FROM APPS.ENG_SECURITY_GROUP_MEMBERS_V;
APPS
FND_USER
HZ_CODE_ASSIGNMENTS
HZ_CUST_ACCOUNTS
HZ_RELATIONSHIPS
PER_ALL_PEOPLE_F
APPS
EGO_REPORT_WF_UTIL
- show dependent code
ENG_ECO_PVT
- show dependent code
ENG_WORKFLOW_UTIL
- show dependent code
|
|
|
|