#@#@#@!!!!!!

As technical consultant, I learn new stuff everyday. My goal here to collect those day-to-day findings and organized them for future reference.

#@#@#@!!!!!!

Tuesday, June 13, 2006

ORACLE APPS : AP Quicktip

Please run a count(*) on the following tables to ensure there is no data to be accounted, just to be on the safer side:

select count(*) from ap_invoice_distributions_all;
select count(*) from ap_invoice_payments_all;
select count(*) from ap_payment_history_all;

If no rows are returned for any of the above 3 queries, you can safely skip this step during the upgrade process.