[Home] [Help]
[Dependency Information]
Object Name: | PA_PAGE_LAYOUTS |
---|---|
Object Type: | TABLE |
Owner: | PA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table contains page layouts created for different page types.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PA_PAGE_LAYOUTS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
PA_PAGE_LAYOUTS_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PAGE_ID | NUMBER | Yes | System-generated number that uniquely identifies the page | |
PAGE_NAME | VARCHAR2 | (80) | Yes | Name of the page layout |
PAGE_TYPE_CODE | VARCHAR2 | (30) | Yes | Code that identifies the page type. Seeded page type codes are PH (Project Home) and PPR (Project Status Report). |
DESCRIPTION | VARCHAR2 | (240) | Description of the page layout | |
START_DATE_ACTIVE | DATE | Yes | Active start date | |
END_DATE_ACTIVE | DATE | Active end date | ||
RECORD_VERSION_NUMBER | NUMBER | Number used for record locking in self service applications | ||
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
CREATION_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
SHORTCUT_MENU_ID | NUMBER | Identifier of the short-cut menu to be used for the page layout | ||
PERS_FUNCTION_NAME | VARCHAR2 | (30) | Stores the name of the function personalization |
Cut, paste (and edit) the following text to query this object:
SELECT PAGE_ID
, PAGE_NAME
, PAGE_TYPE_CODE
, DESCRIPTION
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, RECORD_VERSION_NUMBER
, LAST_UPDATED_BY
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SHORTCUT_MENU_ID
, PERS_FUNCTION_NAME
FROM PA.PA_PAGE_LAYOUTS;
PA.PA_PAGE_LAYOUTS does not reference any database object
PA.PA_PAGE_LAYOUTS is referenced by following:
|
|
|