PJS_PPC_REP_ASSOCIATIONS_B

This table stores the report or template to program or project association.

Details

  • Schema: FUSION

  • Object owner: PJS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PJS_PPC_REP_ASSOC_B_PK

ASSOCIATION_ID

Columns

Name Datatype Length Precision Not-null Comments
ASSOCIATION_ID NUMBER 18 Yes Unique identifier of a association of template or report to a business object.
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.
SRC_OBJECT_ID NUMBER 18 Yes Unique identifier of the business object to which the report belongs, or the template is associated with.
SRC_OBJECT_TYPE VARCHAR2 30 Yes Specifies if a report is for a project or a program.
INACTIVE_FLAG VARCHAR2 1 Yes Indicates the status of the report or a template. Only active templates can generate reports.
AUTO_PUBLISH VARCHAR2 1 Yes Specifies if a report gets auto-published.
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.
FORMAT VARCHAR2 30 Format in which the report is generated like HTML or PDF.
CURRENCY_CODE VARCHAR2 15 Currency code used in the report.
FREQUENCY VARCHAR2 18 Frequency for publishing the report for associated objects like daily, weekly, bi-weekly, monthly, quarterly, or yearly.
SCHEDULE_START_DATE TIMESTAMP Indicates the start date for publishing a report based on its frequency.
LAST_GENERATED_DATE TIMESTAMP Indicates the last generated date of the report.
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.
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.
OWNER_PERSON_ID NUMBER 18 Owner of user-created group.
ARCHIVED_FLAG VARCHAR2 1 Specifies if a template or report is archived.
REFRESH_FROM_ENT_PERIOD_NAME VARCHAR2 15 Accounting calendar period that determines the data to be used for the program report generation.

Indexes

Index Uniqueness Tablespace Columns
PJS_PPC_REP_ASSOC_B_N1 Non Unique Default SRC_OBJECT_TYPE, SRC_OBJECT_ID
PJS_PPC_REP_ASSOC_B_N2 Non Unique Default SRC_OBJECT_TYPE, TEMPLATE_FLAG, REPORT_ID
PJS_PPC_REP_ASSOC_B_N3 Non Unique Default SRC_OBJECT_TYPE, FREQUENCY, SCHEDULE_START_DATE
PJS_PPC_REP_ASSOC_B_U1 Unique Default ASSOCIATION_ID