iiAddressID | input | integer | |
oiReturnStatus | output | integer | Return status of the method. |
/* If there are changes listed for this address id remove them from the instance.*/ for first tAddress where tAddress.address_id = iiAddressID: assign tAddress.tc_status = "". end.