[Home] [Help]
[Dependency Information]
| 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.
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.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_PAGE_LAYOUTS_TMP_U1 | NORMAL | UNIQUE |
|
PAGE_TYPE_CODE
PERS_FUNCTION_NAME
|
| 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. |
Cut, paste (and edit) the following text to query this object:
SELECT PERS_FUNCTION_NAME
, PAGE_TYPE_CODE
FROM PA.PA_PAGE_LAYOUTS_TMP;
PA.PA_PAGE_LAYOUTS_TMP does not reference any database object
PA.PA_PAGE_LAYOUTS_TMP is referenced by following:
APPS
PA_PAGE_LAYOUTS_TMP
|
|
|
|