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


VIEW: APPS.ENG_SECURITY_GROUP_MEMBERS_V

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

View Type

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.


[View Source]

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

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;

Dependencies

[top of page]

APPS.ENG_SECURITY_GROUP_MEMBERS_V references the following:

SchemaAPPS
SynonymFND_USER
SynonymHZ_CODE_ASSIGNMENTS
SynonymHZ_CUST_ACCOUNTS
SynonymHZ_RELATIONSHIPS
SynonymPER_ALL_PEOPLE_F
APPS.ENG_SECURITY_GROUP_MEMBERS_V is referenced by following:

SchemaAPPS
Package BodyEGO_REPORT_WF_UTIL - show dependent code
Package BodyENG_ECO_PVT - show dependent code
Package BodyENG_WORKFLOW_UTIL - show dependent code