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:
Parameter | Description |
---|---|
Description |
The description of the long running operation. |
Creation Date From |
Evaluates to If the time element is not specified, it works as follows:
|
Created Time From |
|
Creation Date To |
|
Created Time To |
|
Updated Date From |
Evaluates to If the time element is not specified, it works as follows:
|
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:
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:
|
FIN-IP-REGI-006 |
Fatal |
It is mandatory to specify at least one of the following:
|