DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.JTF_LOC_TYPES_VL

Object Details
Object Name: JTF_LOC_TYPES_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewJTF.JTF_LOC_TYPES_VL
Subobject Name:
Status: VALID

View Type

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.


[View Source]

Columns
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.
Query Text

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;

Dependencies

[top of page]

APPS.JTF_LOC_TYPES_VL references the following:

SchemaAPPS
SynonymJTF_LOC_TYPES_B
SynonymJTF_LOC_TYPES_TL
APPS.JTF_LOC_TYPES_VL is referenced by following:

SchemaAPPS
ViewAMS_ACT_GEO_AREAS_V
ViewAMS_ACT_MKT_SEGMENTS_VL
ViewAMS_P_OFFER_MKT_SEGMENTS_V
ViewJTF_LOC_HIERARCHIES_VL