| icPostingRowId | input | character | Row Id Of the tposting |
| icPostingOriginAddressCode | input | character | Posting Origin Address Code |
| oiReturnStatus | output | integer | Return status of the method. |
QadFinancials
if icPostingRowId = ? then assign icPostingRowId = "":U.
if icPostingOriginAddressCode = ? then assign icPostingOriginAddressCode = "":U.
find tPosting where
tPosting.tc_Rowid = icPostingRowId and
tPosting.tc_Status <> "D":U
no-error.
if available tPosting
then assign tPosting.PostingOriginAddressCode = icPostingOriginAddressCode.