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> assign oiReturnStatus = -98. assign tusrgd_det.tc_status = tUserRoleDomain.tc_Status. if oiReturnStatus = -98 then assign oiReturnStatus = 0.