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


VIEW: APPS.PA_TM_PAGE_LAYOUTS_V

Object Details
Object Name: PA_TM_PAGE_LAYOUTS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_TM_PAGE_LAYOUTS_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
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)
Query Text

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 APPS.PA_TM_PAGE_LAYOUTS_V;

Dependencies

[top of page]

APPS.PA_TM_PAGE_LAYOUTS_V references the following:

SchemaAPPS
SynonymPA_PAGE_LAYOUTS

APPS.PA_TM_PAGE_LAYOUTS_V is not referenced by any database object