DBA Data[Home] [Help]

APPS.AP_PURGE_PKG dependencies on FA_MASS_ADDITIONS

Line 1509: from fa_mass_additions fma

1505: -- test fa vendors
1506: delete from po_purge_vendor_list pvl
1507: where exists
1508: (select null
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

Line 1619: from fa_mass_additions fma

1615:
1616: -- test_fa_vendors
1617: delete from po_purge_vendor_list pvl
1618: where exists (select null
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

Line 3497: from fa_mass_additions fma

3493: update po_purge_vendor_list pvl
3494: set double_check_flag = 'N'
3495: where pvl.double_check_flag = 'Y'
3496: and (exists (select null
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