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


VIEW: APPS.ASG_USER_APPLICATION_V

Object Details
Object Name: ASG_USER_APPLICATION_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


View contains the information of the user and the application, responsibility, publicaiton information which the user has subscribed to.


[View Source]

Columns
Name Datatype Length Mandatory Comments
RESOURCE_ID NUMBER
Yes Resource id.
USER_ID NUMBER
Yes User id.
USER_NAME VARCHAR2 (100) Yes User name.
APPLICATION_ID NUMBER
Yes Application id.
APPLICATION_NAME VARCHAR2 (240) Yes Application name.
RESPONSIBILITY_ID NUMBER
Yes Responsibility Id.
RESPONSIBILITY_NAME VARCHAR2 (100) Yes Responsibility Name.
PUBLICATION_ID VARCHAR2 (30) Yes Publication Id.
PUBLICATION_NAME VARCHAR2 (30) Yes PUblication name.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT RESOURCE_ID
,      USER_ID
,      USER_NAME
,      APPLICATION_ID
,      APPLICATION_NAME
,      RESPONSIBILITY_ID
,      RESPONSIBILITY_NAME
,      PUBLICATION_ID
,      PUBLICATION_NAME
FROM APPS.ASG_USER_APPLICATION_V;

Dependencies

[top of page]

APPS.ASG_USER_APPLICATION_V references the following:

SchemaAPPS
SynonymASG_PUB
SynonymASG_PUB_RESPONSIBILITY
SynonymASG_USER
SynonymFND_APPLICATION_TL
PL/SQL PackageFND_DATE - show dependent code
SynonymFND_RESPONSIBILITY_TL
ViewFND_USER_RESP_GROUPS

APPS.ASG_USER_APPLICATION_V is not referenced by any database object