Hi,

I would like to use PL/SQL to update flexfield data in invoice lines in Oracle Payables.
Do You know, if there is any Oracle API to change invoice lines data? Or the only way is to update table AP_INVOICE_DISTRIBUTIONS_ALL with query like this:

update AP_INVOICE_DISTRIBUTIONS set ATTRIBUTEx='xxxx' where DISTRIBUTION_LINE_NUMBER = xx and INVOICE_ID = xx and ORG_ID = xx;

?

Adam