| icMfgTableName | input | character | Name of the MFG/PRO table name that is currently being processed. This is used to determine which logic to execute within the method in the cases where one business component maps to multiple tables in MFG/PRO. |
| icFinancialTableName | input | character | Name of the current financials table being processed, used to determine which logic to execute. |
| oiReturnStatus | output | integer | Return status of the method. |
<ANCESTOR-CODE> /* * An implementation of this method is required as this table belongs to * a domain and we cannot use cascading deletes from the financials as it * would delete all record for the account and shared set. This is because * the division code can belong to many shared set and there is no way to * know which shared set the MFG/PRO division code belongs too. So the * delete is hard coded. */ assign tsb_mstr.tc_status = tDivision.tc_Status. if oiReturnStatus = -98 then assign oiReturnStatus = 0.