DBA Data[Home] [Help]

APPS.FA_VENDORMERGE_GRP dependencies on FA_ASSET_INVOICES

Line 210: -- Updating FA_ASSET_INVOICES : PO_VENDOR_ID

206: where LESSOR_ID = p_dup_vendor_id
207: and LESSOR_SITE_ID = p_dup_vendor_site_id;
208:
209: -- **********************************************************
210: -- Updating FA_ASSET_INVOICES : PO_VENDOR_ID
211: -- **********************************************************
212: l_location := 'FA_ASSET_INVOICES';
213: update FA_ASSET_INVOICES
214: set PO_VENDOR_ID = p_vendor_id

Line 212: l_location := 'FA_ASSET_INVOICES';

208:
209: -- **********************************************************
210: -- Updating FA_ASSET_INVOICES : PO_VENDOR_ID
211: -- **********************************************************
212: l_location := 'FA_ASSET_INVOICES';
213: update FA_ASSET_INVOICES
214: set PO_VENDOR_ID = p_vendor_id
215: where PO_VENDOR_ID = p_dup_vendor_id;
216:

Line 213: update FA_ASSET_INVOICES

209: -- **********************************************************
210: -- Updating FA_ASSET_INVOICES : PO_VENDOR_ID
211: -- **********************************************************
212: l_location := 'FA_ASSET_INVOICES';
213: update FA_ASSET_INVOICES
214: set PO_VENDOR_ID = p_vendor_id
215: where PO_VENDOR_ID = p_dup_vendor_id;
216:
217: -- **********************************************************