[Home] [Help]
[Dependency Information]
| Object Name: | JTF_LOC_TYPES_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | JTF.JTF_LOC_TYPES_VL
|
| Subobject Name: | |
| Status: | VALID |
MultiLingual view (a language resolved view of the data.)
View based on JTF_LOC_TYPES_B and JTF_LOC_TYPES_TL. Stores information about what geographic location types are available to be used in Oracle Marketing.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Rowid in the table. | |
| LOCATION_TYPE_ID | NUMBER | Yes | Unique identifier. | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | This column is used for locking purposes. |
| LOCATION_TYPE_CODE | VARCHAR2 | (30) | Yes | Short name for the location type. |
| LOCATION_TYPE_NAME | VARCHAR2 | (240) | Yes | Name of the location type. |
| DESCRIPTION | VARCHAR2 | (4000) | Description of the location type. |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, LOCATION_TYPE_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
, LOCATION_TYPE_CODE
, LOCATION_TYPE_NAME
, DESCRIPTION
FROM APPS.JTF_LOC_TYPES_VL;
APPS
JTF_LOC_TYPES_B
JTF_LOC_TYPES_TL
APPS
AMS_ACT_GEO_AREAS_V
AMS_ACT_MKT_SEGMENTS_VL
AMS_P_OFFER_MKT_SEGMENTS_V
JTF_LOC_HIERARCHIES_VL
|
|
|
|