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


TABLE: ASG.ASG_USER_PUB_RESPS

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


Stores the user and the responsibility mapping.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
ASG_USER_PUB_RESPS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnUSER_NAME
ColumnPUB_NAME
ColumnSYNCH_DATE
Columns
Name Datatype Length Mandatory Comments
USER_NAME VARCHAR2 (30) Yes User name.
PUB_NAME VARCHAR2 (30) Yes Pub name.
RESPONSIBILITY_ID NUMBER

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.
SYNCH_DISABLED VARCHAR2 (1)
Synch Disabled flag.
SYNCH_DATE DATE

Last synch date
APP_ID NUMBER

App Id
Query Text

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


SELECT USER_NAME
,      PUB_NAME
,      RESPONSIBILITY_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      SECURITY_GROUP_ID
,      SYNCH_DISABLED
,      SYNCH_DATE
,      APP_ID
FROM ASG.ASG_USER_PUB_RESPS;

Dependencies

[top of page]

ASG.ASG_USER_PUB_RESPS does not reference any database object

ASG.ASG_USER_PUB_RESPS is referenced by following:

SchemaAPPS
SynonymASG_USER_PUB_RESPS