[Home] [Help]
[Dependency Information]
| Object Name: | AMS_DM_TARGETS_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AMS.AMS_DM_TARGETS_VL
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
MultiLingual view (a language resolved view of the data.)
Standard multi-lingual view.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Row ID. | |
| TARGET_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. | |
| ACTIVE_FLAG | VARCHAR2 | (1) | Yes | Indicates whether the target is active and can be used by a model. |
| MODEL_TYPE | VARCHAR2 | (30) | Yes | The model type associated to the target. |
| DATA_SOURCE_ID | NUMBER | Yes | The parent data source that the target is associated to. | |
| SOURCE_FIELD_ID | NUMBER | Yes | The source field used as the target field. | |
| TARGET_SOURCE_ID | NUMBER | Yes | The child data source that the target field belongs to. | |
| TARGET_NAME | VARCHAR2 | (240) | Yes | Name of the target. |
| DESCRIPTION | VARCHAR2 | (4000) | Description of the target. |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, TARGET_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
, ACTIVE_FLAG
, MODEL_TYPE
, DATA_SOURCE_ID
, SOURCE_FIELD_ID
, TARGET_SOURCE_ID
, TARGET_NAME
, DESCRIPTION
FROM APPS.AMS_DM_TARGETS_VL;
APPS
AMS_DM_TARGETS_B
AMS_DM_TARGETS_TL
APPS
AMS_DM_TARGET_PVT
- show dependent code
AMS_DM_TARGET_VALUE_PVT
- show dependent code
AMS_LISTSOURCETYPE_PVT
- show dependent code
AMS_LIST_SRC_TYPES_NEW_PKG
- show dependent code
|
|
|
|