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


TABLE: PA.PA_UTIL_CATEGORIES_TL

Object Details
Object Name: PA_UTIL_CATEGORIES_TL
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_UTIL_CATEGORIES_TL
Subobject Name:
Status: VALID


This table stores translated information about the Utilization Categories. Each row includes the language the row is translated to. You need one row for each application in each of the installed languages.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_UTIL_CATEGORIES_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnUTIL_CATEGORY_ID
ColumnLANGUAGE
PA_UTIL_CATEGORIES_TL_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnNAME
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
UTIL_CATEGORY_ID NUMBER
Yes The system generated number that uniquely identifies the utilization category.
LANGUAGE VARCHAR2 (4) Yes The defined language code for the row's translated columns
SOURCE_LANG VARCHAR2 (4) Yes Indicates the actual language of the row's translated columns.
NAME VARCHAR2 (80) Yes User-defined name that uniquely identifies the utilization category
DESCRIPTION VARCHAR2 (240)
Free text description of the utilization category
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
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 UTIL_CATEGORY_ID
,      LANGUAGE
,      SOURCE_LANG
,      NAME
,      DESCRIPTION
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM PA.PA_UTIL_CATEGORIES_TL;

Dependencies

[top of page]

PA.PA_UTIL_CATEGORIES_TL does not reference any database object

PA.PA_UTIL_CATEGORIES_TL is referenced by following:

SchemaPA
ViewPA_UTIL_CATEGORIES_TL#