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


TABLE: BSC.BSC_RESPONSIBILITY_TL

Object Details
Object Name: BSC_RESPONSIBILITY_TL
Object Type: TABLE
Owner: BSC
FND Design Data: TableBSC.BSC_RESPONSIBILITY_TL
Subobject Name:
Status: VALID


BSC_RESPONSIBILITY stores translated information about BSC responsibilities.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BSC_RESPONSIBILITY_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLICATION_ID
ColumnRESPONSIBILITY_ID
ColumnLANGUAGE
BSC_RESPONSIBILITY_TL_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLICATION_ID
ColumnRESPONSIBILITY_NAME
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER
Yes Application identifier
RESPONSIBILITY_ID NUMBER
Yes Responsibility identifier
LANGUAGE VARCHAR2 (30) Yes Language code
RESPONSIBILITY_NAME VARCHAR2 (100) Yes Responsibility name
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
DESCRIPTION VARCHAR2 (240)
Description
TRANSLATED VARCHAR2 (1)
Translated
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.
Query Text

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


SELECT APPLICATION_ID
,      RESPONSIBILITY_ID
,      LANGUAGE
,      RESPONSIBILITY_NAME
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      DESCRIPTION
,      TRANSLATED
,      SOURCE_LANG
FROM BSC.BSC_RESPONSIBILITY_TL;

Dependencies

[top of page]

BSC.BSC_RESPONSIBILITY_TL does not reference any database object

BSC.BSC_RESPONSIBILITY_TL is referenced by following:

SchemaAPPS
SynonymBSC_RESPONSIBILITY_TL