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


TABLE: ASG.ASG_PUB_RESPONSIBILITY

Object Details
Object Name: ASG_PUB_RESPONSIBILITY
Object Type: TABLE
Owner: ASG
Subobject Name:
Status: VALID


Stores the mapping between the responsibility and the publication.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
ASG_PUB_RESPONSIBILITY_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnPUB_ID
ColumnRESPONSIBILITY_ID
Columns
Name Datatype Length Mandatory Comments
PUB_ID VARCHAR2 (30) Yes Publication id.
RESPONSIBILITY_ID NUMBER
Yes Responsibility id.
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
SECURITY_GROUP_ID NUMBER

Security group id.
Query Text

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


SELECT PUB_ID
,      RESPONSIBILITY_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      SECURITY_GROUP_ID
FROM ASG.ASG_PUB_RESPONSIBILITY;

Dependencies

[top of page]

ASG.ASG_PUB_RESPONSIBILITY does not reference any database object

ASG.ASG_PUB_RESPONSIBILITY is referenced by following:

SchemaAPPS
SynonymASG_PUB_RESPONSIBILITY