DBA Data[Home] [Help]

APPS.AP_PURGE_PKG dependencies on FA_ASSET_INVOICES

Line 1755: from fa_asset_invoices fai

1751: from fa_mass_additions fma
1752: where fma.po_vendor_id = pvl.vendor_id)
1753: or exists
1754: (select null
1755: from fa_asset_invoices fai
1756: where fai.po_vendor_id = pvl.vendor_id);
1757: end if;
1758:
1759: debug_info := 'test_ap_vendors';

Line 1865: from fa_asset_invoices fai

1861: from fa_mass_additions fma
1862: where fma.po_vendor_id =
1863: pvl.vendor_id)
1864: or exists (select null
1865: from fa_asset_invoices fai
1866: where fai.po_vendor_id =
1867: pvl.vendor_id);
1868: end if;
1869:

Line 4005: from fa_asset_invoices fai

4001: from fa_mass_additions fma
4002: where fma.po_vendor_id = pvl.vendor_id)
4003: or
4004: exists (select null
4005: from fa_asset_invoices fai
4006: where fai.po_vendor_id = pvl.vendor_id));
4007: end if;
4008:
4009: debug_info := 'retest_ap_vendors';