[Home] [Help]
[Dependency Information]
| Object Name: | AMS_PROD_TEMPLATE_ATTR |
|---|---|
| Object Type: | TABLE |
| Owner: | AMS |
| FND Design Data: | AMS.AMS_PROD_TEMPLATE_ATTR
|
| Subobject Name: | |
| Status: | VALID |
The attributes stored in this table are configured, i.e. enable, disable or hide, to be used in Products UI in Oracle Marketing.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AMS_PROD_TEMPLATE_ATTR_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
TEMPLATE_ATTRIBUTE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TEMPLATE_ATTRIBUTE_ID | NUMBER | (15) | Yes | Unique identifier of this entity |
| TEMPLATE_ID | NUMBER | (15) | Yes | Unique template 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 | Standard WHO column | ||
| OBJECT_VERSION_NUMBER | NUMBER | (9) | This column is used for locking purposes | |
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments | ||
| PARENT_ATTRIBUTE_CODE | VARCHAR2 | (30) | Parent attribute code. | |
| PARENT_SELECT_ALL | VARCHAR2 | (1) | If this flag is selected, the attribute will be 'defaulted' and 'Editable' | |
| ATTRIBUTE_CODE | VARCHAR2 | (30) | Attribute Code | |
| DEFAULT_FLAG | VARCHAR2 | (1) | This flag identifies if the attribute will be checked by default | |
| EDITABLE_FLAG | VARCHAR2 | (1) | This flag identifies if the attribute will be editable or read only | |
| HIDE_FLAG | VARCHAR2 | (1) | This flag identifies if the attribute will be hidden or displayed. |
Cut, paste (and edit) the following text to query this object:
SELECT TEMPLATE_ATTRIBUTE_ID
, TEMPLATE_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
, SECURITY_GROUP_ID
, PARENT_ATTRIBUTE_CODE
, PARENT_SELECT_ALL
, ATTRIBUTE_CODE
, DEFAULT_FLAG
, EDITABLE_FLAG
, HIDE_FLAG
FROM AMS.AMS_PROD_TEMPLATE_ATTR;
AMS.AMS_PROD_TEMPLATE_ATTR does not reference any database object
AMS.AMS_PROD_TEMPLATE_ATTR is referenced by following:
APPS
AMS_PROD_TEMPLATE_ATTR
|
|
|
|