1.1.5 Upload Adapter Package
This topic describes overview on upload adapter package for uploading records.
Upload Packages would handle type conversions and processing records after conversion.
- Naming Convention - Modulepks_FunctionID_Ext_Upload
For example, fxpks_fxfdtronl_ext_upload
Based on structure, upload packages can be broadly classified as follows:
Table 1-4 Upload Packages
| Upload Packages | Description |
|---|---|
| Transaction Upload Adapter | Records will be processed based on the cursor on CSTB_EXT_CONTRACT_STAT. Code to handle SUBSYSTAT will be present. |
| Maintenance Upload Adapter | Records will be processed based on the cursor on STTB_UPLOAD_MASTER |
| Transaction Call forms Upload Adapter | It will be called from the Transaction Upload Package. Code to update SUBSYSSTAT will be present |
| Maintenance Call Forms Upload Adapter | It will be called from Maintenance Upload Packages |
Parent topic: Upload Framework