DBA Data[Home] [Help]

APPS.FA_ASSET_HIERARCHY_PVT dependencies on FA_MASS_UPDATE_BATCH_HEADERS

Line 451: Update fa_mass_update_batch_headers

447: fa_srvr_msg.add_message(
448: calling_fn => 'fa_asset_hierarchy_pvt.create_batch.submit_request');
449: return FALSE;
450: else
451: Update fa_mass_update_batch_headers
452: set status_code = 'IP'
453: , concurrent_request_id = l_request_num
454: where batch_id = l_batch_id;
455: