DBA Data[Home] [Help]

APPS.AP_PURGE_PKG dependencies on FA_MASS_ADDITIONS

Line 1751: from fa_mass_additions fma

1747: -- test fa vendors
1748: delete from po_purge_vendor_list pvl
1749: where exists
1750: (select null
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

Line 1861: from fa_mass_additions fma

1857:
1858: -- test_fa_vendors
1859: delete from po_purge_vendor_list pvl
1860: where exists (select null
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

Line 4001: from fa_mass_additions fma

3997: update po_purge_vendor_list pvl
3998: set double_check_flag = 'N'
3999: where pvl.double_check_flag = 'Y'
4000: and (exists (select null
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