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


TABLE: PA.PA_PAGE_LAYOUTS_TMP

Object Details
Object Name: PA_PAGE_LAYOUTS_TMP
Object Type: TABLE
Owner: PA
Subobject Name:
Status: VALID

PA_PAGE_LAYOUTS_TMP is a global temporary table that will contain the details of the personalization functions.

Temporary Table Details

PA.PA_PAGE_LAYOUTS_TMP is a global temporary table. The current session is able see data that it placed in the table but other sessions cannot. Data in the table is temporary. It has a data duration of SYS$SESSION. Data is removed at the end of this period.

Storage Details
Tablespace: Tablespace
PCT Free: 10
PCT Used: 40
Indexes
Index Type Uniqueness Tablespace Column
PA_PAGE_LAYOUTS_TMP_U1 NORMAL UNIQUE Tablespace ColumnPAGE_TYPE_CODE
ColumnPERS_FUNCTION_NAME
Columns
Name Datatype Length Mandatory Comments
PERS_FUNCTION_NAME VARCHAR2 (30)
Stores the name of the function personalization.
PAGE_TYPE_CODE VARCHAR2 (30)
Code of the page type on which function personalization has been performed.
Query Text

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


SELECT PERS_FUNCTION_NAME
,      PAGE_TYPE_CODE
FROM PA.PA_PAGE_LAYOUTS_TMP;

Dependencies

[top of page]

PA.PA_PAGE_LAYOUTS_TMP does not reference any database object

PA.PA_PAGE_LAYOUTS_TMP is referenced by following:

SchemaAPPS
SynonymPA_PAGE_LAYOUTS_TMP