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


TABLE: JTF.JTF_LOC_TYPES_B

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


JTF_LOC_TYPES_B stores location types. For example City, State.
This information is used for two purposes:
1. For every location type, information will be set up to specify from what source table this type of information should be picked up from.
2. A certain location type can only exist within another location type. A level indicator is included to make sure that business rules can be built to check this.
The table is seeded from Oracle with a fixed number location types.
AREA1
AREA2
COUNTRY
COUNTRY REGIONS
STATE
STATE REGIONS
CITY
POSTAL CODE RANGES


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JTF_LOC_TYPES_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnLOCATION_TYPE_ID
Columns
Name Datatype Length Mandatory Comments
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.
SECURITY_GROUP_ID NUMBER

Used in hosted environments.
Query Text

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


SELECT LOCATION_TYPE_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      LOCATION_TYPE_CODE
,      SECURITY_GROUP_ID
FROM JTF.JTF_LOC_TYPES_B;

Dependencies

[top of page]

JTF.JTF_LOC_TYPES_B does not reference any database object

JTF.JTF_LOC_TYPES_B is referenced by following:

SchemaAPPS
SynonymJTF_LOC_TYPES_B