[Home] [Help]
[Dependency Information]
Object Name: | BSC_SYS_CALENDARS_TL |
---|---|
Object Type: | TABLE |
Owner: | BSC |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
BSC_SYS_CALENDARS_TL stores translated information about calendars.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
BSC_SYS_CALENDARS_TL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CALENDAR_ID | NUMBER | Yes | calendar identifier | |
LANGUAGE | VARCHAR2 | (4) | Yes | Language code |
SOURCE_LANG | VARCHAR2 | (4) | Yes | The Language the text will mirror. If text is not yet translated into LANGUAGE then any changes to the text in the source language row will be reflected here as well. |
NAME | VARCHAR2 | (150) | Calendar Name (max 50 chars) | |
HELP | VARCHAR2 | (240) | Calendar Name (max 80 chars) | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
CREATION_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT CALENDAR_ID
, LANGUAGE
, SOURCE_LANG
, NAME
, HELP
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM BSC.BSC_SYS_CALENDARS_TL;
BSC.BSC_SYS_CALENDARS_TL does not reference any database object
BSC.BSC_SYS_CALENDARS_TL is referenced by following:
|
|
|