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


TABLE: JTF.JTF_CALENDARS_TL

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


Translation table for JTF_CALENDARS_B


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JTF_CALENDARS_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCALENDAR_ID
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
CALENDAR_ID NUMBER
Yes Primary Key column. Standard Oracle Applications unique key. A number starting at 10,000 and being incremented by one for each new row in the table.
CALENDAR_NAME VARCHAR2 (50) Yes Calendar Name
DESCRIPTION VARCHAR2 (240)
Brief Description for this Calendar
LANGUAGE VARCHAR2 (4) Yes Language of Text. The language to which things are translated.
SOURCE_LANG VARCHAR2 (4) Yes Language from which things are translated
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
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).
SECURITY_GROUP_ID NUMBER

Column used for Applications Hosting purposes
Query Text

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


SELECT CALENDAR_ID
,      CALENDAR_NAME
,      DESCRIPTION
,      LANGUAGE
,      SOURCE_LANG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
FROM JTF.JTF_CALENDARS_TL;

Dependencies

[top of page]

JTF.JTF_CALENDARS_TL does not reference any database object

JTF.JTF_CALENDARS_TL is referenced by following:

SchemaAPPS
SynonymJTF_CALENDARS_TL