[Home] [Help]
[Dependency Information]
| Object Name: | ASG_PUB_RESPONSIBILITY |
|---|---|
| Object Type: | TABLE |
| Owner: | ASG |
| Subobject Name: | |
| Status: | VALID |
Stores the mapping between the responsibility and the publication.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| ASG_PUB_RESPONSIBILITY_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
PUB_ID
RESPONSIBILITY_ID
ZD_EDITION_NAME
|
| 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. | ||
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
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
, ZD_EDITION_NAME
FROM ASG.ASG_PUB_RESPONSIBILITY;
ASG.ASG_PUB_RESPONSIBILITY does not reference any database object
ASG.ASG_PUB_RESPONSIBILITY is referenced by following:
ASG
ASG_PUB_RESPONSIBILITY#
|
|
|
|