[Home] [Help]
[Dependency Information]
| Object Name: | AMS_MET_TPL_DETAILS |
|---|---|
| Object Type: | TABLE |
| Owner: | AMS |
| FND Design Data: | AMS.AMS_MET_TPL_DETAILS
|
| Subobject Name: | |
| Status: | VALID |
AMS_MET_TPL_DETAILS contains metrics for a certain metric template. A template copies metrics to an object on creation that meet the associations criteria. For example, when creating a Campign with custom setup Campaign a set of metrics are automatically copied from AMS_METRICS into AMS_ACT_METRICS. See AMS_MET_TPL_ASSOCS for how the associations are determined.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AMS_MET_TPL_DETAILS_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
METRIC_TEMPLATE_DETAIL_ID
ZD_EDITION_NAME
|
| AMS_MET_TPL_DETAILS_U2 | NORMAL | UNIQUE |
APPS_TS_SEED
|
METRIC_TPL_HEADER_ID
METRIC_ID
ZD_EDITION_NAME
|
| AMS_MET_TPL_DETAILS_N1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
METRIC_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| METRIC_TEMPLATE_DETAIL_ID | NUMBER | Yes | Unique Identifier. | |
| 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 | |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | This column is used for locking purposes. | |
| METRIC_TPL_HEADER_ID | NUMBER | Yes | The id for the template this detail is attached to. | |
| METRIC_ID | NUMBER | Yes | Reference to the metric attached to this detail. | |
| ENABLED_FLAG | VARCHAR2 | (1) | Yes | Active flag. |
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments | ||
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT METRIC_TEMPLATE_DETAIL_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
, METRIC_TPL_HEADER_ID
, METRIC_ID
, ENABLED_FLAG
, SECURITY_GROUP_ID
, ZD_EDITION_NAME
FROM AMS.AMS_MET_TPL_DETAILS;
AMS.AMS_MET_TPL_DETAILS does not reference any database object
AMS.AMS_MET_TPL_DETAILS is referenced by following:
AMS
AMS_MET_TPL_DETAILS#
|
|
|
|