Redwood Documentation

Product Documentation

 

›Balance Sheets

Finance AutomationFinance Automation Reference

Introduction

  • Introduction

Template And Parameter Maintenance

  • Close Template
  • Process Lists in Orchestrator
  • Workflow Templates
  • Templates
  • FCc Templates

Balance Sheets

  • Balance Sheet Certification
  • BSC Installation
  • BSC Process Definitions
  • BSC Rules

Enhancements

  • Enhancements
  • Journal Extensions
  • Journal Definitions

Processes & Subprocesses

  • Process Definitions
  • Generic Loop
  • General SAP Process Definitions (Abap Run)
  • General SAP Process Definitions (Mail)
  • General SAP Process Definitions (Batch Input)
  • General SAP Definitions
  • Generic and Infrastructure Definitions
  • Utility Process Definitions
  • FPA specific Process Definitions
  • FCc specific Process Definitions
  • EBS specific process definitions
  • SAP Functional Process Definitions
  • Generic SAP Synchronization Process Definitions
  • Bulk Data Processing

Customizing

  • Customizing Redwood Finance Automation
  • Redwood Finance Automation Application Customizing FPA flavor
  • Redwood Finance Automation Application Customizing FCc Flavor
  • Redwood Finance Automation Application Customizing SAP
  • Redwood Finance Automation Application Customizing Base
  • Redwood Finance Automation Application Customizing Mail HTML Styles

Action Rules

  • Action Rules
  • Action rules Syntax
  • Files via Output Selection in Action Rules
  • Base Rules
  • SAP Rules
  • ABAP Rules
  • Transaction Rules

Replacements

  • Replacements
  • Base Replacements
  • Generic SAP Replacements
  • FPA Specific Replacements
  • FCc Specific Replacements
  • SAP FCc Replacements

RedwoodExpressionLanguage

  • REL Expressions
  • Base REL Functions
  • SAP Contraint REL Functions
  • SAP REL Functions
  • SAP ALM REL Functions
  • SAP FCc REL Functions
  • SAP FPA REL Functions
  • Reconciliation REL Functions
  • SAP REL functions, Miscellaneous

Default Roles

  • Built-in Roles

Appendix: Reference

  • SAP Add-Ons Contents
  • Chain Definition Templates
  • Process Definition Templates
← BSC InstallationBSC Rules →

finance-related topic Balance Sheet Certification Process Definitions

The following topic lists the process definitions used by the balance sheet certification module.

  • FCA_BalanceSheet_Certification_Account_Refresh - Refresh account data in repository
  • FCA_BalanceSheet_Certification_ActionItem - Create an action item for line items
  • FCA_BalanceSheet_Certification_ActionItem_AssignParameters - Prepare action item parameters
  • FCA_BalanceSheet_Certification_ActionItem_GenerateUserMessageAttachments - Generate attachments for a user message
  • FCA_BalanceSheet_Certification_ActionItem_GenerateUserMessageLineItemsTable - Generate line items table for a user message
  • FCA_BalanceSheet_Certification_ActionItem_Notification - Balance sheet certification action item notification
  • FCA_BalanceSheet_Certification_ActionItem_Processed_Notification - Balance sheet certification action item processed notification
  • FCA_BalanceSheet_Certification_ActionItem_Publish - Publish an action item into repository
  • FCA_BalanceSheet_Certification_ActionItem_Update - Update the status of the line items of the action item
  • FCA_BalanceSheet_Certification_Clearing - Submit line items for clearing
  • FCA_BalanceSheet_Certification_Clearing_AssignParameters - Prepare action item parameters
  • FCA_BalanceSheet_Certification_Clearing_Failed_Notification - Balance sheet certification clearing failed notification
  • FCA_BalanceSheet_Certification_Clearing_GenerateUserMessageLineItemsTable - Generate line items table for a user message
  • FCA_BalanceSheet_Certification_Clearing_PostClearing - Clear line items
  • FCA_BalanceSheet_Certification_Clearing_Processed_Notification - Balance sheet certification clearing processed notification
  • FCA_BalanceSheet_Certification_Clearing_Publish - Publish the status of the line items to be cleared
  • FCA_BalanceSheet_Certification_Clearing_Update - Update the status of the line items that were cleared
  • FCA_BalanceSheet_Certification_Complete - Complete balance sheet certification
  • FCA_BalanceSheet_Certification_Complete_Action - Complete an action item
  • FCA_BalanceSheet_Certification_Finalize - Finalize balance sheet certification
  • FCA_BalanceSheet_Certification_Refresh_Action - Balance sheet refresh action
  • FCA_BalanceSheet_Certification_Rule_LineItem_AmountLessThan - Check if amount of a line item is less than a certain amount
  • FCA_BalanceSheet_Certification_Rule_LineItem_HasAttachment - Check if a line item has an attachment
  • FCA_BalanceSheet_Certification_Rule_LineItem_HasPropertyValue - Check if line item property has the specified value
  • FCA_BalanceSheet_Certification_Rule_LineItem_IsPropertySet - Check if line item property is set
  • FCA_BalanceSheet_Certification_Rule_Processor - Process balance sheet rules
  • FCA_BalanceSheet_Certification_Rule_Template - Template for building reconciliation rules for line items
  • FCA_BalanceSheet_Certification_Update_Account_Status - Update the status of an account
  • FCA_BalanceSheet_Certification_UserMessage_AutoReply - Auto reply to action item user message
  • FCA_BalanceSheet_UpdateFormats - Updates the formats of JSON documents that have the incorrect format

FCA_BalanceSheet_Certification_Account_Refresh

Refresh account data in repository.

Parameters

NameDescriptionDirectionData Type
USERMESSAGE_IDID of the process that invoked this refreshInString
CATALOG_ACCOUNTAccountInString
CATALOG_PATHCatalog pathInString
CATALOG_PATH_CURRENT_PERIODCurrent posting periodInString
CATALOG_NAMECatalog nameInString

FCA_BalanceSheet_Certification_ActionItem

Create an action item for line items.

Parameters

NameDescriptionDirectionData Type
ownerWho created the Action ItemInString
assigneeThe assignee for this Action itemInString
descriptionThe description for the action itemInString
deadlineDeadline for the Action itemInDate
processed_descriptionThe description for the processed action itemInString
actionitemAction item in JSONInString
CATALOG_ACCOUNTAccountInString
CATALOG_PATHCatalog pathInString
CATALOG_PATH_CURRENT_PERIODCurrent posting periodInString
CATALOG_NAMECatalog nameInString
LINKURL of the extension pointInString
subjectAction Item subjectInString
reviewNotificationIdUserMessage ID of the review notificationInString

FCA_BalanceSheet_Certification_ActionItem_AssignParameters

Prepare action item parameters.

Parameters

NameDescriptionDirectionData Type
ownernullInString
assigneenullInString
descriptionnullIn OutString
actionitemAction item in JSONInString
ERP_SYSTEMERP SystemOutString
BS_ACCOUNTAccountOutString
ORG_UNITOrganizationOutString
UserMessage_InitialAssigneenullOutString
UserMessage_PartiticipantsnullOutString
forwardnullOutString
notification_subjectnullOutString
processed_subjectnullOutString

FCA_BalanceSheet_Certification_ActionItem_GenerateUserMessageAttachments

Generate attachments for a user message.

Parameters

NameDescriptionDirectionData Type
actionitemAction item in JSONInString
assigneeThe assignee for this Action itemInString
htmlnullOutString

FCA_BalanceSheet_Certification_ActionItem_GenerateUserMessageLineItemsTable

Generate line items table for a user message.

Parameters

NameDescriptionDirectionData Type
actionitemAction item in JSONInString
assigneeThe assignee for this Action itemInString
htmlnullOutString

FCA_BalanceSheet_Certification_ActionItem_Notification

Balance sheet certification action item notification.

Parameters

NameDescriptionDirectionData Type
descriptionnullInString
forwardWhere does the UserMessage need to be forwarded toInString
UserMessage_SelectedActionnullOutString
UserMessage_CommentnullOutString
UserMessage_InitialAssigneenullInString
UserMessage_ParticipantsnullInString
OVERRIDE_MX_TO_MAIL_ADRESSESOverride To email adressesInString
MX_BodynullIn OutString
MX_TextnullIn OutString
MX_TonullIn OutString
MX_CcnullIn OutString
MX_BCcnullIn OutString
UserMessage_RolesnullInString
MX_ReplyTonullIn OutString
UserMessage_AttachnullInString
MX_SubjectnullIn OutString
MX_UrgentnullIn OutString
Mail_AttachmentsnullIn OutString
IN_UM_TEXTnullInString
Message1nullIn OutString
Message2nullIn OutString
Message3nullIn OutString
Message4nullIn OutString
Message5nullIn OutString
rMail_SubjectnullInString
rMail_CcnullInString
rMail_ReplyTonullInString
_SYSTEMIDnullInString
rMail_HTMLHTML result mailInString
CATALOG_ACCOUNTnullInString
CATALOG_PATHnullInString
CATALOG_PATH_CURRENT_PERIODnullInString
CATALOG_NAMEnullInString
ownernullInString
deadlinenullInDate
htmlnullInString
LINKURL of the extension pointInString
LINK_PARAMETERSParameters for the extension pointInString
LINK_TARGETLink target windowInString
ERP_SYSTEMERP SystemInString
ORG_UNITOrganizationInString
BS_ACCOUNTAccountInString

FCA_BalanceSheet_Certification_ActionItem_Processed_Notification

Balance sheet certification action item processed notification.

Parameters

NameDescriptionDirectionData Type
descriptionnullInString
forwardWhere does the UserMessage need to be forwarded toInString
UserMessage_SelectedActionnullOutString
UserMessage_CommentnullOutString
UserMessage_InitialAssigneenullInString
UserMessage_ParticipantsnullInString
OVERRIDE_MX_TO_MAIL_ADRESSESOverride To email adressesInString
MX_BodynullIn OutString
MX_TextnullIn OutString
MX_TonullIn OutString
MX_CcnullIn OutString
MX_BCcnullIn OutString
UserMessage_RolesnullInString
MX_ReplyTonullIn OutString
UserMessage_AttachnullInString
MX_SubjectnullIn OutString
MX_UrgentnullIn OutString
Mail_AttachmentsnullIn OutString
IN_UM_TEXTnullInString
Message1nullIn OutString
Message2nullIn OutString
Message3nullIn OutString
Message4nullIn OutString
Message5nullIn OutString
rMail_SubjectnullInString
rMail_CcnullInString
rMail_ReplyTonullInString
_SYSTEMIDnullInString
rMail_HTMLHTML result mailInString
CATALOG_ACCOUNTnullInString
CATALOG_PATHnullInString
CATALOG_PATH_CURRENT_PERIODnullInString
CATALOG_NAMEnullInString
ownernullInString
deadlinenullInDate
htmlnullInString
BSC_LINKURL of the extension pointInString
LINKURL of the extension pointInString
LINK_PARAMETERSParameters for the extension pointInString
LINK_TARGETLink target windowInString
ERP_SYSTEMERP SystemInString
ORG_UNITOrganizationInString
BS_ACCOUNTAccountInString
reviewNotificationIdUserMessage ID of the review notificationInString

FCA_BalanceSheet_Certification_ActionItem_Publish

Publish an action item into repository.

Parameters

NameDescriptionDirectionData Type
assigneeThe assignee for this Action itemInString
descriptionThe description for the Action itemInString
deadlineDeadline for the Action itemInDate
actionitemAction item in JSONInString
CATALOG_ACCOUNTAccountInString
CATALOG_PATHCatalog pathInString
CATALOG_PATH_CURRENT_PERIODCurrent periodInString
CATALOG_NAMECatalog nameInString

FCA_BalanceSheet_Certification_ActionItem_Update

Update the status of the line items of the action item.

Parameters

NameDescriptionDirectionData Type
assigneeThe assignee for this Action itemInString
descriptionThe description for the Action itemInString
deadlineDeadline for the Action itemInDate
actionitemName of the document in the repositoryInString
CATALOG_ACCOUNTAccountInString
CATALOG_PATHCatalog pathInString
CATALOG_PATH_CURRENT_PERIODCurrent posting periodInString
CATALOG_NAMECatalog nameInString
statusNew statusInString

FCA_BalanceSheet_Certification_Clearing

Submit line items for clearing.

Parameters

NameDescriptionDirectionData Type
ownerWho requested clearingInString
lineitemsLine items in JSONInString
descriptionThe description for the clearingInString
CATALOG_ACCOUNTAccountInString
CATALOG_PATHCatalog pathInString
CATALOG_PATH_CURRENT_PERIODCurrent posting periodInString
CATALOG_NAMECatalog nameInString
LINKURL of the extension pointInString
LINK_PARAMETERSParameters for the extension pointInString

FCA_BalanceSheet_Certification_Clearing_AssignParameters

Prepare action item parameters.

Parameters

NameDescriptionDirectionData Type
ownernullInString
descriptionnullIn OutString
lineitemsLine items in JSONInString
ERP_SYSTEMERP SystemOutString
BS_ACCOUNTAccountOutString
ORG_UNITOrganizationOutString
UserMessage_InitialAssigneenullOutString
UserMessage_PartiticipantsnullOutString
forwardnullOutString

FCA_BalanceSheet_Certification_Clearing_Failed_Notification

Balance sheet certification clearing failed notification.

Parameters

NameDescriptionDirectionData Type
ownernullInString
descriptionnullInString
forwardWhere does the UserMessage need to be forwarded toInString
UserMessage_SelectedActionnullOutString
UserMessage_CommentnullOutString
UserMessage_InitialAssigneenullInString
UserMessage_ParticipantsnullInString
OVERRIDE_MX_TO_MAIL_ADRESSESOverride To email adressesInString
MX_BodynullIn OutString
MX_TextnullIn OutString
MX_TonullIn OutString
MX_CcnullIn OutString
MX_BCcnullIn OutString
UserMessage_RolesnullInString
MX_ReplyTonullIn OutString
UserMessage_AttachnullInString
MX_SubjectnullIn OutString
MX_UrgentnullIn OutString
Mail_AttachmentsnullIn OutString
IN_UM_TEXTnullInString
Message1nullIn OutString
Message2nullIn OutString
Message3nullIn OutString
Message4nullIn OutString
Message5nullIn OutString
rMail_SubjectnullInString
rMail_CcnullInString
rMail_ReplyTonullInString
_SYSTEMIDnullInString
rMail_HTMLHTML result mailInString
CATALOG_ACCOUNTnullInString
CATALOG_PATHnullInString
CATALOG_PATH_CURRENT_PERIODnullInString
CATALOG_NAMEnullInString
htmlnullInString
LINKURL of the extension pointInString
LINK_TARGETLink target windowInString
ERP_SYSTEMERP SystemInString
ORG_UNITOrganizationInString
BS_ACCOUNTAccountInString

FCA_BalanceSheet_Certification_Clearing_GenerateUserMessageLineItemsTable

Generate line items table for a user message.

Parameters

NameDescriptionDirectionData Type
lineitemsLine items in JSONInString
ownerThe owner of this clearingInString
htmlnullOutString

FCA_BalanceSheet_Certification_Clearing_PostClearing

Clear line items.

Parameters

NameDescriptionDirectionData Type
lineitemsLine items in JSONInString
CATALOG_ACCOUNTAccountInString
CATALOG_PATHCatalog pathInString
CATALOG_PATH_CURRENT_PERIODCurrent posting periodInString
CATALOG_NAMECatalog nameInString
CLEARING_REFERENCEClearing Document NumberOutString

FCA_BalanceSheet_Certification_Clearing_Processed_Notification

Balance sheet certification clearing processed notification.

Parameters

NameDescriptionDirectionData Type
ownernullInString
descriptionnullInString
forwardWhere does the UserMessage need to be forwarded toInString
UserMessage_SelectedActionnullOutString
UserMessage_CommentnullOutString
UserMessage_InitialAssigneenullInString
UserMessage_ParticipantsnullInString
OVERRIDE_MX_TO_MAIL_ADRESSESOverride To email adressesInString
MX_BodynullIn OutString
MX_TextnullIn OutString
MX_TonullIn OutString
MX_CcnullIn OutString
MX_BCcnullIn OutString
UserMessage_RolesnullInString
MX_ReplyTonullIn OutString
UserMessage_AttachnullInString
MX_SubjectnullIn OutString
MX_UrgentnullIn OutString
Mail_AttachmentsnullIn OutString
IN_UM_TEXTnullInString
Message1nullIn OutString
Message2nullIn OutString
Message3nullIn OutString
Message4nullIn OutString
Message5nullIn OutString
rMail_SubjectnullInString
rMail_CcnullInString
rMail_ReplyTonullInString
_SYSTEMIDnullInString
rMail_HTMLHTML result mailInString
CATALOG_ACCOUNTnullInString
CATALOG_PATHnullInString
CATALOG_PATH_CURRENT_PERIODnullInString
CATALOG_NAMEnullInString
htmlnullInString
LINKURL of the extension pointInString
LINK_TARGETLink target windowInString
ERP_SYSTEMERP SystemInString
ORG_UNITOrganizationInString
BS_ACCOUNTAccountInString

FCA_BalanceSheet_Certification_Clearing_Publish

Publish the status of the line items to be cleared.

Parameters

NameDescriptionDirectionData Type
lineitemsLine items in JSONInString
CATALOG_ACCOUNTAccountInString
CATALOG_PATHCatalog pathInString
CATALOG_PATH_CURRENT_PERIODCurrent posting periodInString
CATALOG_NAMECatalog nameInString

FCA_BalanceSheet_Certification_Clearing_Update

Update the status of the line items that were cleared.

Parameters

NameDescriptionDirectionData Type
lineitemsLine items in JSONInString
statusStatusInString
CATALOG_ACCOUNTAccountInString
CATALOG_PATHCatalog pathInString
CATALOG_PATH_CURRENT_PERIODCurrent posting periodInString
CATALOG_NAMECatalog nameInString

FCA_BalanceSheet_Certification_Complete

Complete balance sheet certification.

Parameters

NameDescriptionDirectionData Type
USERMESSAGE_IDID of the process that invoked this reviewInString
CATALOG_ACCOUNTAccountInString
CATALOG_PATHCatalog pathInString
CATALOG_PATH_CURRENT_PERIODCurrent posting periodInString
CATALOG_NAMECatalog nameInString

FCA_BalanceSheet_Certification_Complete_Action

Complete an action item.

Parameters

NameDescriptionDirectionData Type
USERMESSAGE_IDID of the user messageInString
CATALOG_ACCOUNTAccountInString
CATALOG_PATHCatalog pathInString
CATALOG_PATH_CURRENT_PERIODCurrent posting periodInString
CATALOG_NAMECatalog nameInString

FCA_BalanceSheet_Certification_Finalize

Finalize balance sheet certification.

Parameters

NameDescriptionDirectionData Type
CATALOG_NAMECatalog nameInString
CATALOG_PATHCatalog pathInString
CATALOG_PATH_CURRENT_PERIODCurrent posting periodInString
CATALOG_ACCOUNTReport nameInString

FCA_BalanceSheet_Certification_Refresh_Action

Balance sheet refresh action.

Parameters

NameDescriptionDirectionData Type
USERMESSAGE_IDID of the process that invoked this refreshInString
CATALOG_ACCOUNTAccountInString
CATALOG_PATHCatalog pathInString
CATALOG_PATH_CURRENT_PERIODCurrent posting periodInString
CATALOG_NAMECatalog nameInString

FCA_BalanceSheet_Certification_Rule_LineItem_AmountLessThan

Check if amount of a line item is less than a certain amount.

Parameters

NameDescriptionDirectionData Type
MAX_AMOUNTMax amountInNumber
INPUT_11st input fileIn OutString
INPUT_22nd input fileIn OutString
INPUT_33rd input fileIn OutString
PROPERTYItem property nameInString

FCA_BalanceSheet_Certification_Rule_LineItem_HasAttachment

Check if a line item has an attachment.

Parameters

NameDescriptionDirectionData Type
INPUT_11st input fileIn OutString
INPUT_22nd input fileIn OutString
INPUT_33rd input fileIn OutString

FCA_BalanceSheet_Certification_Rule_LineItem_HasPropertyValue

Check if line item property has the specified value.

Parameters

NameDescriptionDirectionData Type
PROPERTYItem property nameInString
VALUEItem property valueInString
MATCHMatchingInString
INPUT_11st input fileIn OutString
INPUT_22nd input fileIn OutString
INPUT_33rd input fileIn OutString

FCA_BalanceSheet_Certification_Rule_LineItem_IsPropertySet

Check if line item property is set.

Parameters

NameDescriptionDirectionData Type
PROPERTYItem property nameInString
INPUT_11st input fileIn OutString
INPUT_22nd input fileIn OutString
INPUT_33rd input fileIn OutString

FCA_BalanceSheet_Certification_Rule_Processor

Process balance sheet rules.

Parameters

NameDescriptionDirectionData Type
RECON_RULESRules to processInString
INPUT_1First input fileIn OutString
INPUT_2Second input fileIn OutString
INPUT_3Third input fileIn OutString

FCA_BalanceSheet_Certification_Rule_Template

Template for building reconciliation rules for line items.

Parameters

NameDescriptionDirectionData Type
INPUT_1nullIn OutString
INPUT_2nullIn OutString
INPUT_3nullIn OutString

FCA_BalanceSheet_Certification_Update_Account_Status

Update the status of an account.

Parameters

NameDescriptionDirectionData Type
STATUSStatusInString
CATALOG_ACCOUNTAccountInString
CATALOG_PATHCatalog pathInString
CATALOG_PATH_CURRENT_PERIODCurrent posting periodInString
CATALOG_NAMECatalog nameInString

FCA_BalanceSheet_Certification_UserMessage_AutoReply

Auto reply to action item user message.

Parameters

NameDescriptionDirectionData Type
replynullInString

FCA_BalanceSheet_UpdateFormats

Updates the formats of JSON documents that have the incorrect format.

Parameters

NameDescriptionDirectionData Type
partitionNamenullInString
catalogNamenullInString

See Also

Balance Sheet Certification

financeTopic

← BSC InstallationBSC Rules →
  • FCA_BalanceSheet_Certification_Account_Refresh
    • Parameters
  • FCA_BalanceSheet_Certification_ActionItem
    • Parameters
  • FCA_BalanceSheet_Certification_ActionItem_AssignParameters
    • Parameters
  • FCA_BalanceSheet_Certification_ActionItem_GenerateUserMessageAttachments
    • Parameters
  • FCA_BalanceSheet_Certification_ActionItem_GenerateUserMessageLineItemsTable
    • Parameters
  • FCA_BalanceSheet_Certification_ActionItem_Notification
    • Parameters
  • FCA_BalanceSheet_Certification_ActionItem_Processed_Notification
    • Parameters
  • FCA_BalanceSheet_Certification_ActionItem_Publish
    • Parameters
  • FCA_BalanceSheet_Certification_ActionItem_Update
    • Parameters
  • FCA_BalanceSheet_Certification_Clearing
    • Parameters
  • FCA_BalanceSheet_Certification_Clearing_AssignParameters
    • Parameters
  • FCA_BalanceSheet_Certification_Clearing_Failed_Notification
    • Parameters
  • FCA_BalanceSheet_Certification_Clearing_GenerateUserMessageLineItemsTable
    • Parameters
  • FCA_BalanceSheet_Certification_Clearing_PostClearing
    • Parameters
  • FCA_BalanceSheet_Certification_Clearing_Processed_Notification
    • Parameters
  • FCA_BalanceSheet_Certification_Clearing_Publish
    • Parameters
  • FCA_BalanceSheet_Certification_Clearing_Update
    • Parameters
  • FCA_BalanceSheet_Certification_Complete
    • Parameters
  • FCA_BalanceSheet_Certification_Complete_Action
    • Parameters
  • FCA_BalanceSheet_Certification_Finalize
    • Parameters
  • FCA_BalanceSheet_Certification_Refresh_Action
    • Parameters
  • FCA_BalanceSheet_Certification_Rule_LineItem_AmountLessThan
    • Parameters
  • FCA_BalanceSheet_Certification_Rule_LineItem_HasAttachment
    • Parameters
  • FCA_BalanceSheet_Certification_Rule_LineItem_HasPropertyValue
    • Parameters
  • FCA_BalanceSheet_Certification_Rule_LineItem_IsPropertySet
    • Parameters
  • FCA_BalanceSheet_Certification_Rule_Processor
    • Parameters
  • FCA_BalanceSheet_Certification_Rule_Template
    • Parameters
  • FCA_BalanceSheet_Certification_Update_Account_Status
    • Parameters
  • FCA_BalanceSheet_Certification_UserMessage_AutoReply
    • Parameters
  • FCA_BalanceSheet_UpdateFormats
    • Parameters
  • See Also
Docs
Getting StartedInstallationFinance InstallationConcepts
TroubleshootingArchiving
Learn and Connect
Support Portal
BlogEventsResources
ISO/ IEC 27001 Information Security Management
Automate to be human

2023 All Rights Reserved |

Terms of Service | Policies | Cookies | Glossary | Third-party Software | Contact | Copyright | Impressum |