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


TABLE: JTF.JTF_LOC_AREAS_B

Object Details
Object Name: JTF_LOC_AREAS_B
Object Type: TABLE
Owner: JTF
FND Design Data: TableJTF.JTF_LOC_AREAS_B
Subobject Name:
Status: VALID


JTF_LOC_AREAS_B is a generic table to hold geographical location definitions that is not stored somewhere else in Oracle Apps. For example, if there is no specific table created to hold ?continents?, this table could be used to hold it. In the Location Type table the ?continent?(i.e. AREA2) location type would be mapped to pick up continents from this table.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JTF_LOC_AREAS_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnLOCATION_AREA_ID
JTF_LOC_AREAS_B_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnLOCATION_TYPE_CODE
JTF_LOC_AREAS_B_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnPARENT_LOCATION_AREA_ID
Columns
Name Datatype Length Mandatory Comments
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.
ORIG_SYSTEM_REF VARCHAR2 (30)
Reference code of the application which created this geographic area.
ORIG_SYSTEM_ID NUMBER

Reference id of the geographic area in the originating system.
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.
PARENT_LOCATION_AREA_ID NUMBER

Identifier for the parent location area.
SECURITY_GROUP_ID NUMBER

Used in hosted environments
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT 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
,      ORIG_SYSTEM_REF
,      ORIG_SYSTEM_ID
,      LOCATION_TYPE_CODE
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      LOCATION_AREA_CODE
,      PARENT_LOCATION_AREA_ID
,      SECURITY_GROUP_ID
FROM JTF.JTF_LOC_AREAS_B;

Dependencies

[top of page]

JTF.JTF_LOC_AREAS_B does not reference any database object

JTF.JTF_LOC_AREAS_B is referenced by following:

SchemaAPPS
SynonymJTF_LOC_AREAS_B