ProjectProgramCommunicationAssociations
Associations resource is used to manage the association of templates or reports to a business object like a program. A template is associated with a program to generate the corresponding report.
Columns
| Name | Type | Description |
| AutoPublish | String | The indicator specifying if a report gets auto-published. |
| CreatedBy | String | The user who created the record. |
| CreationDate | Datetime | The date when the record was created. |
| CurrencyCode | String | The currency code used for monetary amounts in the report. |
| Frequency | String | The frequency for publishing the report for associated objects like daily, weekly, biweekly, monthly, quarterly, or yearly. |
| InactiveFlag | Bool | Indicates the status of the report or a template. Only active templates can generate reports. |
| LastUpdateDate | Datetime | The date when the record was last updated. |
| LastUpdateLogin | String | The login details of user who last updated the record. |
| LastUpdatedBy | String | The user who last updated the record. |
| ScheduleStartDate | Datetime | The start date for publishing a report based on its frequency. |
| AssociationId [KEY] | Long | The unique identifier of an association of template or report to a business object. |
| ReportId | Long | The unique identifier of a template or report. |
| FrequencyCode | String | The frequency code for publishing the report for associated objects. |
| LastGeneratedDate | Datetime | The last generated date of the report. |
| SourceObjectName | String | The name of the business object to which the report belongs, or the template is associated. |
| SourceObjectNumber | String | The unique number identifier of the business object to which the report belongs, or the template is associated. |
| Currency | String | The currency used for monetary amounts in the report. |
| AutoPublishCode | String | The code for the indicator specifying if a report gets auto-published. |
| TemplateFlag | Bool | The indicator specifying if the record is for a template or report. |
| SourceObjectId | Long | The unique identifier of an object to which the report belongs or a template is associated. |
| AssociationDescription | String | Description of the association. |
| AssociationName | String | Name of the association. |
| NextDueDate | Datetime | The next due publishing date of the report. |
| StatusCode | String | The code for the status of the template or report like DRAFT, UNPUBLISHED, or PUBLISHED. |
| Status | String | The status of the template or report like draft, unpublished, or published. |
| OwnerPersonId | Long | Person-ID of the template or report owner. |
| OwnerPersonEmail | String | Email of the template or report owner. |
| OwnerPersonName | String | The template or report owner. |
| AsOfPeriodName | String | The name of the program calendar period. The period with this name is the as-of-period for the measure time dimension. |
| Archived | String | Attribute indicating whether the reports are archived or not. |
| SourceObjectUserAccess | String | The access type that a logged-in user has to the program or template associated with a report. For example, if the report belongs to the North America Implementations program and the logged-in user owns the program, this attribute has the value ORA_PJS_OWNER. |
| SourceObjectPublicFlag | Bool | The public access indicator for the program with which a report or template is associated. For example, if the report is associated with the North America Implementations program, this attribute indicates whether the program can be publicly accessed within the organization. |
| Finder | String | finder |