[Home] [Help]
[Dependency Information]
| Object Name: | AMW_CONTROLS_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | AMW |
| FND Design Data: | AMW.AMW_CONTROLS_TL
|
| Subobject Name: | |
| Status: | VALID |
Stores translated value for control names and other translatable Control attributes
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AMW_CONTROLS_TL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CONTROL_REV_ID
LANGUAGE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CONTROL_REV_ID | NUMBER | Yes | Stores the Control revision identifier | |
| NAME | VARCHAR2 | (240) | Yes | Stores the Name of the control |
| DESCRIPTION | VARCHAR2 | (4000) | Stores the Translated description of the control | |
| LANGUAGE | VARCHAR2 | (4) | Yes | Stores the language abbreviation of the translatable fields |
| SOURCE_LANG | VARCHAR2 | (4) | Yes | Stores the language abbreviation of the translatable fields |
| LAST_UPDATE_DATE | DATE | Yes | Standard WHO column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard WHO column | |
| CREATION_DATE | DATE | Yes | Standard WHO column | |
| CREATED_BY | NUMBER | Yes | Standard WHO column | |
| LAST_UPDATE_LOGIN | NUMBER | Standard WHO column | ||
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments | ||
| OBJECT_VERSION_NUMBER | NUMBER | This column is used for optimistic locking. | ||
| PHYSICAL_EVIDENCE | VARCHAR2 | (240) | Stores physical evidence for a control | |
| VERIFICATION_SOURCE_NAME | VARCHAR2 | (240) | Stores Configuration Assessment Source Name for this Control | |
| VERIFICATION_INSTRUCTION | VARCHAR2 | (2000) | Stores Configuration Assessment Source Instruction for this Control |
Cut, paste (and edit) the following text to query this object:
SELECT CONTROL_REV_ID
, NAME
, DESCRIPTION
, LANGUAGE
, SOURCE_LANG
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
, OBJECT_VERSION_NUMBER
, PHYSICAL_EVIDENCE
, VERIFICATION_SOURCE_NAME
, VERIFICATION_INSTRUCTION
FROM AMW.AMW_CONTROLS_TL;
AMW.AMW_CONTROLS_TL does not reference any database object
AMW.AMW_CONTROLS_TL is referenced by following:
APPS
AMW_CONTROLS_TL
|
|
|
|