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.
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.
<< Home