Mass Bill Group Sort Record Creation

Oracle Revenue Management and Billing provides the ability to add sort records for multiple bill groups at once through the Upload Request feature. The system allows you to create sort records for multiple bill groups of a single parent customer at a time through an upload request. The specified bill groups (i.e., child persons whose person type is set to Bill Group) should be related to the parent customer using the relationship type that is specified in the Person Relationship Type option type of the C1-ASOBLLNG feature configuration. The C1-BillGrpSortUploadRequest business object enables you to create an upload request for mass bill group sort record creation.

You need to create an upload request type for the C1-BillGrpSortUploadRequest business object. You can then upload a mass bill group sort record creation file in the CSV format using the respective upload request type. The mass bill group sort record creation file should contain records with the following information – bill group ID or bill group identifier type and bill group identifier, sort ID, description, start date, and end date. For more information, see Mass Bill Group Sort Record Creation CSV Format.

While uploading a mass bill group sort record creation file, you need to specify the parent customer whose bill groups' sort records you want to create. On uploading a mass bill group sort record creation file, the system creates an upload request in the Draft status. The data records are created in the Pending status. The system validates the following for each record:

  • Either the bill group (i.e., person) ID or bill group (i.e., person) identifier type and bill group (i.e., person) identifier is specified in the record.

  • Sort ID, description, start date, and end date are specified in the record.

If the bill group ID is not specified in the record, the system derives the bill group ID using the respective bill group identifier type and bill group identifier combination. If the system could not derive the bill group ID using the bill group identifier type and bill group identifier combination, the status of the record is changed to Invalid. In addition, if any of the above validations fail, the status of the record is changed to Invalid.

Note:

If the mandatory data is missing in any record of the file, the system will not allow you to create an upload request.

The system does not allow you to upload a file which exceeds 700 KB. Therefore, you must ensure that the file size is within the maximum limit.

On clicking the Validate button, the system validates the following:

  • The bill group (i.e., person) ID given in the record is valid.

  • The parent customer's person type is set to Parent Customer in the system.

  • The end date is not earlier than the start date and the start date is not later than the end date.

  • The bill group identifier type is available when the bill group identifier is specified in the record and vice versa.

  • The bill group is the child person of the parent customer.

  • The bill group's person type is set to Bill Group in the system.

  • The relationship between the bill group and parent customer is effective on the system date.

  • The bill group is related to the parent customer using the relationship type that is specified in the Person Relationship Type option type of the C1-ASOBLLNG feature configuration.

  • A duplicate record with the bill group ID and sort ID combination does not exist in the C1_​BILL_​LVL table.

  • The two or more records with the same bill group ID and sort ID combination do not exist in the upload request.

Note:

If the bill group ID is invalid, the system derives the bill group ID using the respective bill group identifier type and bill group identifier combination. If the system could not derive the bill group ID using the bill group identifier type and bill group identifier combination, the status of the record is changed to Invalid.

If duplicate records exist in the upload request, the system validates and changes the status of one record to Valid and the status of the remaining records to Invalid.

If any of above validations fail, the status of the record is changed to Invalid. However, if all the above validations are successful, the status of the record is changed to Valid. Once all the pending records in the upload request are validated, the status of the upload request is changed to Validated.

On clicking the Submit button, the system checks whether the approval is required for the upload request. If the approval is required for the upload request, the status of the upload request is changed to Approval In Progress. However, if the approval is not required for the upload request, the status of the upload request is changed to Submitted.

The approver can either approve or reject the upload request based on the observations. On approving an upload request, the status of the upload request is changed to Approved. However, on rejecting an upload request, the status of the upload request is changed to Rejected.

Once the status of the upload request is changed to Submitted or Approved, the system checks whether the upload request must be processed in the real time (i.e., immediately) or in the deferred mode (i.e., in the background). If the number of valid records in the upload request does not exceed the online record process limit, the system changes the status of the upload request to Processing. However, if the number of valid records in the upload request exceeds the online record process limit, the system changes the status of the upload request to Deferred Processing. The system then changes the status of the upload request from Deferred Processing to Processing when the C1-UPLRQ batch is executed.

Once the status of the upload request is changed to Processing, the system fetches a list of records which are in the Valid status. For each valid record, the system creates a unique sort ID for the given bill group in the given date range.

Once the sort record is successfully created, the status of the record is changed to Processed. However, if any error occurs while creating the sort record, the status of the record is changed to Error. Finally, the status of the upload request is changed to Processed.

Note:

The system creates the bill group sort records using the entity business object specified in the respective upload request type.

This feature is tested and certified for the health insurance domain.