Meaning of Posted_flag = 'S' in AP_INVOICE_PAYMENTS_ALL
I know that AP_INVOICE_PAYMENTS_ALL table contains records of invoices payments that made to suppliers. Values for POSTED_FLAG may be ‘Y’ for accounted payments or ‘N’ for unaccounted payments. But there is some row with POSTED_FLAG = ‘S’. I want to know when it will be ‘S’.
Thanks.