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


TABLE: PRP.PRP_COMPONENTS_TL

Object Details
Object Name: PRP_COMPONENTS_TL
Object Type: TABLE
Owner: PRP
FND Design Data: TablePRP.PRP_COMPONENTS_TL
Subobject Name:
Status: VALID


This table contains the translated information about the components.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PRP_COMPONENTS_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOMPONENT_ID
ColumnLANGUAGE
PRP_COMPONENTS_TL_N999 FUNCTION-BASED NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnNLS_UPPER("COMPONENT_NAME")
Columns
Name Datatype Length Mandatory Comments
COMPONENT_ID NUMBER
Yes Component identifier
LANGUAGE VARCHAR2 (4) Yes Language
SOURCE_LANG VARCHAR2 (4) Yes Source language
COMPONENT_NAME VARCHAR2 (240) Yes Component name
COMPONENT_DESC VARCHAR2 (2000)
Component description
CREATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
Query Text

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


SELECT COMPONENT_ID
,      LANGUAGE
,      SOURCE_LANG
,      COMPONENT_NAME
,      COMPONENT_DESC
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM PRP.PRP_COMPONENTS_TL;

Dependencies

[top of page]

PRP.PRP_COMPONENTS_TL does not reference any database object

PRP.PRP_COMPONENTS_TL is referenced by following:

SchemaPRP
ViewPRP_COMPONENTS_TL#