[Home] [Help]
[Dependency Information]
| Object Name: | PA_REPORT_TYPES |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_REPORT_TYPES
|
| Subobject Name: | |
| Status: | VALID |
A system generated number that uniquely identifies the report type
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_REPORT_TYPES_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
REPORT_TYPE_ID
ZD_EDITION_NAME
|
| PA_REPORT_TYPES_U2 | NORMAL | UNIQUE |
APPS_TS_SEED
|
NAME
ZD_EDITION_NAME
|
| 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 | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
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
, ZD_EDITION_NAME
FROM PA.PA_REPORT_TYPES;
PA.PA_REPORT_TYPES does not reference any database object
PA.PA_REPORT_TYPES is referenced by following:
PA
PA_REPORT_TYPES#
|
|
|
|