[Home] [Help]
[Dependency Information]
| Object Name: | ASG_USER_PUB_RESPS |
|---|---|
| Object Type: | TABLE |
| Owner: | ASG |
| Subobject Name: | |
| Status: | VALID |
Stores the user and the responsibility mapping.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| ASG_USER_PUB_RESPS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
USER_NAME
PUB_NAME
SYNCH_DATE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| USER_NAME | VARCHAR2 | (100) | 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 |
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;
ASG.ASG_USER_PUB_RESPS does not reference any database object
ASG.ASG_USER_PUB_RESPS is referenced by following:
ASG
ASG_USER_PUB_RESPS#
|
|
|
|