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


TABLE: BNE.BNE_INTEGRATORS_TL

Object Details
Object Name: BNE_INTEGRATORS_TL
Object Type: TABLE
Owner: BNE
FND Design Data: TableBNE.BNE_INTEGRATORS_TL
Subobject Name:
Status: VALID


BNE_INTEGRATORS_TL stores the translated name, as well as upload headers of the integrators defined in BNE_INTEGRATORS_B. You need one row for each integrator in each of the installed languages.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BNE_INTEGRATORS_TL_UK1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLICATION_ID
ColumnINTEGRATOR_CODE
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (15) Yes Application identifier (foreign key to FND_APPLICATIONS.APPLICATION_ID).
INTEGRATOR_CODE VARCHAR2 (30) Yes Unique code identifying this entity for the given APPLICATION_ID.
LANGUAGE VARCHAR2 (4) Yes Language
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.
USER_NAME VARCHAR2 (240) Yes User name for the integrator.
UPLOAD_HEADER VARCHAR2 (240)
Header text used in upload screen.
UPLOAD_TITLE_BAR VARCHAR2 (240)
Text used in upload screen title bar.
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_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
Query Text

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


SELECT APPLICATION_ID
,      INTEGRATOR_CODE
,      LANGUAGE
,      SOURCE_LANG
,      USER_NAME
,      UPLOAD_HEADER
,      UPLOAD_TITLE_BAR
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
FROM BNE.BNE_INTEGRATORS_TL;

Dependencies

[top of page]

BNE.BNE_INTEGRATORS_TL does not reference any database object

BNE.BNE_INTEGRATORS_TL is referenced by following:

SchemaAPPS
SynonymBNE_INTEGRATORS_TL