PJS_PPC_REPORTS_B

This table stores the templates and reports which are created or generated for the project program communication. A report/template consists of its page structure and data.

Details

  • Schema: FUSION

  • Object owner: PJS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PJS_PPC_REPORTS_B_PK

REPORT_ID

Columns

Name Datatype Length Precision Not-null Comments
REPORT_ID NUMBER 18 Yes Unique identifier of a template or report.
TEMPLATE_FLAG VARCHAR2 1 Yes Specifies if the record is for a template or a report.
USAGE VARCHAR2 30 Yes Specifies if template or report is for a project or a program.
STATUS VARCHAR2 30 Yes Indicates the source report or template used to create this report or template.
PUBLIC_ACCESS VARCHAR2 1 Yes Specifies whether a user-created group is available to others for use.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
SOURCE_REPORT_ID NUMBER 18 Indicates the source report or template used to create this report or template.
OWNER_PERSON_ID NUMBER 18 Owner of user-created group.
GENERATION_TYPE VARCHAR2 18 Indicates if the report is generated in real-time or uses a scheduled job.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
ERROR_MESSAGE_NAME VARCHAR2 30 Error details in case the report generation isn't successful.
EXTERNAL_SOURCE VARCHAR2 30 External source from where the data is uploaded.
EXTERNAL_SOURCE_REFERENCE VARCHAR2 30 External source reference identifier from where the data is uploaded.
REPORT_TYPE VARCHAR2 30 Indicates the type of report or template used to create this report or template.
REPORT_NUMBER VARCHAR2 25 Number of the report or template.
ADDL_ATTRIBUTE1 VARCHAR2 150 Oracle internal use only.
ADDL_ATTRIBUTE2 VARCHAR2 150 Oracle internal use only.
ADDL_ATTRIBUTE3 VARCHAR2 150 Oracle internal use only.
ADDL_ATTRIBUTE4 VARCHAR2 150 Oracle internal use only.
ADDL_ATTRIBUTE5 VARCHAR2 150 Oracle internal use only.
ORIGINAL_ASSOCIATION_ID NUMBER 18 Original template association ID which is used to generate this report.

Indexes

Index Uniqueness Tablespace Columns
PJS_PPC_REPORTS_B_N1 Non Unique Default USAGE, TEMPLATE_FLAG
PJS_PPC_REPORTS_B_N2 Non Unique Default USAGE, OWNER_PERSON_ID, PUBLIC_ACCESS
PJS_PPC_REPORTS_B_N3 Non Unique Default USAGE, STATUS, SOURCE_REPORT_ID
PJS_PPC_REPORTS_B_U1 Unique Default REPORT_ID