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


VIEW: APPS.ASG_USER_PUBLICATION_ITEM_V

Object Details
Object Name: ASG_USER_PUBLICATION_ITEM_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 includes information of the user and the publicaiton, publication item 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.
ITEM_ID VARCHAR2 (30) Yes Item id.
PUBLICATION_ITEM_NAME VARCHAR2 (30) Yes Item name.
PUBLICATION_ID VARCHAR2 (30) Yes Pub Id.
PUBLICATION_NAME VARCHAR2 (30) Yes PUb name.
Query Text

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


SELECT RESOURCE_ID
,      USER_ID
,      USER_NAME
,      ITEM_ID
,      PUBLICATION_ITEM_NAME
,      PUBLICATION_ID
,      PUBLICATION_NAME
FROM APPS.ASG_USER_PUBLICATION_ITEM_V;

Dependencies

[top of page]

APPS.ASG_USER_PUBLICATION_ITEM_V references the following:

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

APPS.ASG_USER_PUBLICATION_ITEM_V is not referenced by any database object