[Home] [Help]
[Dependency Information]
| Object Name: | AMV_C_CHL_PERSPECTIVES |
|---|---|
| Object Type: | TABLE |
| Owner: | AMV |
| FND Design Data: | AMV.AMV_C_CHL_PERSPECTIVES
|
| Subobject Name: | |
| Status: | VALID |
AMV_C_CHL_PERSPECTIVES stores all perspectives associated with a specific channel. If perspectives are set up for a channel they can be used as part of a matching criteria to decide if information should be published to this channel.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AMV_C_CHL_PERSPECTIVES_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
CHANNEL_PERSPECTIVE_ID
|
| AMV_C_CHL_PERSPECTIVES_U2 | NORMAL | UNIQUE |
APPS_TS_SEED
|
CHANNEL_ID
PERSPECTIVE_ID
|
| AMV_C_CHL_PERSPECTIVES_N1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
PERSPECTIVE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CHANNEL_PERSPECTIVE_ID | NUMBER | Yes | Channel Perspective Identifier | |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | This column is used for locking purposes |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
| CHANNEL_ID | NUMBER | Yes | Channel Identifier | |
| PERSPECTIVE_ID | NUMBER | Yes | Perspective Identifier | |
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
Cut, paste (and edit) the following text to query this object:
SELECT CHANNEL_PERSPECTIVE_ID
, OBJECT_VERSION_NUMBER
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, CHANNEL_ID
, PERSPECTIVE_ID
, SECURITY_GROUP_ID
FROM AMV.AMV_C_CHL_PERSPECTIVES;
AMV.AMV_C_CHL_PERSPECTIVES does not reference any database object
AMV.AMV_C_CHL_PERSPECTIVES is referenced by following:
AMV
AMV_C_CHL_PERSPECTIVES#
|
|
|
|