3 Miscellaneous

This topic describes appending data in the standard Oracle FLEXCUBE Universal Banking framework.

Table 3-1 Appending Data

Appending Data and Framework Details Description
Appending Data In certain scenarios, only the data which has to be appended would be uploaded to the upload tables. The requirement would be to append this data to the existing data in the table. This feature is not supported by the standard Oracle FLEXCUBE Universal Banking framework. For example, Upload of Floating Rates for a Currency
Oracle FLEXCUBE Universal Banking Framework In Oracle FLEXCUBE Universal Banking, if any multi-record block has to be modified then the complete data of the block has to be sent. Oracle FLEXCUBE Universal Banking derives the records modified, deleted, or added in the block according to the data sent and updates the tables accordingly. Hence if only the data to be appended to the block is sent, then the existing records would be treated as deleted and hence deleted from the tables.
Solution The recommended approach is to handle this case based on the source operation parameter in the custom package.

The developer can either skip all the system functions and write code to upload data in a custom package for a particular source operation or Append the existing data to screen the object instance before the start of processing (preferably in pre_check_mandatory) for the particular source operation.