Page 1 of 1

custom report in AR

Posted: Tue May 19, 2009 11:40 am
by akumar.oracle
Hi

I have requirement to develop a custom report to daily list all the rejected invoices based on the AR interface table.

From what i know

ra_interface_lines_all
ra_interface_sales_credits
ra_interface_distributions

is interface tables for AR but i am not able to figure out how to know which one is rejected invoice? what flag to look at and which table?

cheers
Arvin

Posted: Tue May 19, 2009 12:09 pm
by oteixeira
Hello.
INTERFACE_STATUS (from RA_INTERFACE_LINES_ALL)
This column is used by AutoInvoice and should be left null. If AutoInvoice sets this column to ?P? then the line has been transferred successfully.

Octavio