[Home] [Help]
[Dependency Information]
| Object Name: | JTF_LOC_AREAS_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | JTF.JTF_LOC_AREAS_VL
|
| Subobject Name: | |
| Status: | VALID |
MultiLingual view (a language resolved view of the data.)
View based on JTF_LOC_AREAS_B and JTF_LOC_AREAS_TL. Stores information about what geographic location areas are available to be used in Oracle Marketing.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Row id of the table. | |
| LOCATION_AREA_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). | |
| REQUEST_ID | NUMBER | (15) | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). | |
| PROGRAM_APPLICATION_ID | NUMBER | (15) | Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID). | |
| PROGRAM_ID | NUMBER | (15) | Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID). | |
| PROGRAM_UPDATE_DATE | DATE | Concurrent Program who column - date when a program last updated this row). | ||
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | This column is used for locking purposes. |
| LOCATION_TYPE_CODE | VARCHAR2 | (30) | Yes | Foreign key to JTF_LOC_TYPES_B. |
| START_DATE_ACTIVE | DATE | Yes | The date on which location area becomes active. | |
| END_DATE_ACTIVE | DATE | The date until which the location area remains active. | ||
| LOCATION_AREA_CODE | VARCHAR2 | (30) | The short name for the location area. | |
| ORIG_SYSTEM_ID | NUMBER | Reference id of the geographic area in the originating system. | ||
| ORIG_SYSTEM_REF | VARCHAR2 | (30) | Reference code of the application which created this geographic area. | |
| PARENT_LOCATION_AREA_ID | NUMBER | Identifier for the parent location area. | ||
| LOCATION_AREA_NAME | VARCHAR2 | (240) | Yes | Name of the location area. |
| LOCATION_AREA_DESCRIPTION | VARCHAR2 | (4000) | Description of the location area. |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, LOCATION_AREA_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, OBJECT_VERSION_NUMBER
, LOCATION_TYPE_CODE
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, LOCATION_AREA_CODE
, ORIG_SYSTEM_ID
, ORIG_SYSTEM_REF
, PARENT_LOCATION_AREA_ID
, LOCATION_AREA_NAME
, LOCATION_AREA_DESCRIPTION
FROM APPS.JTF_LOC_AREAS_VL;
APPS
JTF_LOC_AREAS_B
JTF_LOC_AREAS_TL
APPS
AMS_CHANNEL_PVT
- show dependent code
IEC_GETLOCATIONHEIRARCHY
JTF_LOC_AREAS_PKG
- show dependent code
JTF_LOC_AREAS_PVT
- show dependent code
JTF_LOC_PVT
- show dependent code
|
|
|
|