Create Accounting Details from Registrations

Oracle Health Insurance application provides a means to generate accounting details from registration.

For more information on long-running operations, see HTTP API/IP Concepts chapter in the Developer Guide.

To create accounting detail(s) for registration, see Create Accounting Details from Registrations for more information.

The parameters for the activity are:

Table 1. Create Accounting Details Request Parameters
Parameter Description

Description

The description of the long running operation.

Creation Date From

Evaluates to true for registration if the creation date (audit column) of the registration transaction is between (inclusive) the criteria.

If the time element is not specified, it works as follows:

  • if the time element for Creation Date From is left unspecified, it translates to 00:00.

  • if the time element for Creation Date To is left unspecified, it translates to 23:59.

Created Time From

Creation Date To

Created Time To

Updated Date From

Evaluates to true for registration if the update date (audit column) of the registration transaction is between (inclusive) the criteria.

If the time element is not specified, it works as follows:

  • if the time element for Update Date From is left unspecified, it translates to 00:00.

  • if the time element for Update Date To is left unspecified, it translates to 23:59.

Updated Time From

Updated Date To

Updated Time To

Grouping

Registration with the specified grouping are selected.

CodeType

Registration with the specified code type are selected.

Create Accounting Detail Dynamic Logic Function

This dynamic logic function must be of signature Create Registration Accounting Detail or Create Registration Accounting Detail with Dual. If it is of another signature, the error message FIN-IP-REGI-003 is returned.

Processing

The system selects the registrations based on the specified request parameters for which accounting details for the specified grouping value have not yet been created.

The system creates an accounting detail line(s) for every selected registration and records an entry in the accounting detail grouping table.

The dynamic logic function 'Create Accounting Detail for Registration' further enriches the accounting detail line(s).

Error Messages

This process can result in the following error messages in response:

Table 2. Error Messages
Code Severity Message

FIN-IP-REGI-003

Fatal

Dynamic logic with code {0} is unknown or not of signatures 'Create Accounting Detail' or 'Create Accounting Detail with Dual' for registration.

FIN-IP-REGI-004

Fatal

Date (time) from should be on or before the date (time) to.

FIN-IP-REGI-005

Fatal

It is mandatory to specify at least one of the following:

  1. Creation date from.

  2. Creation date to.

  3. Update date from.

  4. Update date to.

FIN-IP-REGI-006

Fatal

It is mandatory to specify at least one of the following:

  1. Code type.

  2. Grouping.