Manage Posting Controls REST Operations

You can use the posting controls REST operations to update the journal posting cutoff date or time zone for an average balance enabled ledger when the limit posting to journals with dates on or before cutoff checkbox is checked.

Posting controls REST operations leverage the following ERP Integrations endpoint:

Method: POST

Path: /fscmRestApi/resources/11.13.18.05/erpintegrations
The posting controls REST operation integrates your external systems with Oracle Fusion Cloud Financials. As an example, here's how a request to update the posting cutoff date for an average balance enabled ledger is processed:
  1. The external system sends a request to the ERP Integration endpoint providing the operation details to update the posting cutoff date.
  2. The endpoint receives the request and:
    1. Identifies the correct PLSQL API from the handle in the request payload.
    2. Unpacks the parameter list passed in the request payload to the underlying PL/SQL API and validates and executes the PLSQL API.
    3. Stacks required validation messages in the response payload during PLSQL processing.
    4. Builds response payload from the PLSQL API call.
    5. Responds to the non-Oracle application.
  3. If the information is valid, the required asset management function is processed and the details are sent back to the non-Oracle application.
  4. If the information is not valid, error message stack is sent back to the non-Oracle application.

Here are the REST operations with their associated handles and PLSQL APIS:

REST Operation Description Handle PLSQL API

Update the posting cutoff date

updatePostCutOffPref

GL_LEDGERS_PKG.UPDATE_POST_CUTOFF_PREF_REST

Update the time zone

updatePostCutOffPref

GL_LEDGERS_PKG.UPDATE_POST_CUTOFF_PREF_REST