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


TABLE: PRP.PRP_TEMPLATE_LANG_ATTRS

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


This table contains the language related attributes for the template.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PRP_TEMPLATE_LANG_ATTRS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTEMPLATE_LANG_ATTR_ID
PRP_TEMPLATE_LANG_ATTRS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTEMPLATE_ID
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
TEMPLATE_LANG_ATTR_ID NUMBER
Yes Template language attribute identifier. This is a primary key column.
OBJECT_VERSION_NUMBER NUMBER (9) Yes Object Version Number
TEMPLATE_ID NUMBER
Yes Template identifier
LANGUAGE VARCHAR2 (4) Yes Language
TEMPLATE_LANG_STATUS VARCHAR2 (30) Yes Status of the template in the specified language. It indicates if the template is published or unpublished in the specified language.
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 TEMPLATE_LANG_ATTR_ID
,      OBJECT_VERSION_NUMBER
,      TEMPLATE_ID
,      LANGUAGE
,      TEMPLATE_LANG_STATUS
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM PRP.PRP_TEMPLATE_LANG_ATTRS;

Dependencies

[top of page]

PRP.PRP_TEMPLATE_LANG_ATTRS does not reference any database object

PRP.PRP_TEMPLATE_LANG_ATTRS is referenced by following:

SchemaAPPS
SynonymPRP_TEMPLATE_LANG_ATTRS