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


TABLE: PA.PA_REPORT_TYPES

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


A system generated number that uniquely identifies the report type


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_REPORT_TYPES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnREPORT_TYPE_ID
PA_REPORT_TYPES_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnNAME
Columns
Name Datatype Length Mandatory Comments
REPORT_TYPE_ID NUMBER (15) Yes A system generated number that uniquely identifies the report type
NAME VARCHAR2 (80) Yes Name of the report type
PAGE_ID NUMBER (15)
Identifier of the Page Layout associated with this report type
OVERRIDE_PAGE_LAYOUT VARCHAR2 (1)
A flag that indicates whether or not the page layout can be overridden at the project level
DESCRIPTION VARCHAR2 (240)
Description of the report type
START_DATE_ACTIVE DATE
Yes Effective start date of the report type
END_DATE_ACTIVE DATE

Effective end date of the report type
RECORD_VERSION_NUMBER NUMBER (15)
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
GENERATION_METHOD VARCHAR2 (30)
Generation Method
Query Text

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


SELECT REPORT_TYPE_ID
,      NAME
,      PAGE_ID
,      OVERRIDE_PAGE_LAYOUT
,      DESCRIPTION
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      RECORD_VERSION_NUMBER
,      LAST_UPDATED_BY
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      GENERATION_METHOD
FROM PA.PA_REPORT_TYPES;

Dependencies

[top of page]

PA.PA_REPORT_TYPES does not reference any database object

PA.PA_REPORT_TYPES is referenced by following:

SchemaAPPS
SynonymPA_REPORT_TYPES