DBA Data[Home] [Help]

APPS.AP_PURGE_PKG dependencies on FA_ASSET_INVOICES

Line 1513: from fa_asset_invoices fai

1509: from fa_mass_additions fma
1510: where fma.po_vendor_id = pvl.vendor_id)
1511: or exists
1512: (select null
1513: from fa_asset_invoices fai
1514: where fai.po_vendor_id = pvl.vendor_id);
1515: end if;
1516:
1517: debug_info := 'test_ap_vendors';

Line 1623: from fa_asset_invoices fai

1619: from fa_mass_additions fma
1620: where fma.po_vendor_id =
1621: pvl.vendor_id)
1622: or exists (select null
1623: from fa_asset_invoices fai
1624: where fai.po_vendor_id =
1625: pvl.vendor_id);
1626: end if;
1627:

Line 3501: from fa_asset_invoices fai

3497: from fa_mass_additions fma
3498: where fma.po_vendor_id = pvl.vendor_id)
3499: or
3500: exists (select null
3501: from fa_asset_invoices fai
3502: where fai.po_vendor_id = pvl.vendor_id));
3503: end if;
3504:
3505: debug_info := 'retest_ap_vendors';