DBA Data[Home] [Help]

APPS.FA_RECLASS_PUB dependencies on FA_ASSET_HIERARCHY_PVT

Line 329: l_err_stage:= 'calling FA_ASSET_HIERARCHY_PVT.create_batch';

325: l_asset_hr_opt_rec.amortize_flag:= 'N';
326: l_asset_hr_opt_rec.amortization_start_date := null;
327: end if;
328:
329: l_err_stage:= 'calling FA_ASSET_HIERARCHY_PVT.create_batch';
330: -- dbms_output.put_line(l_err_stage );
331: if not FA_ASSET_HIERARCHY_PVT.create_batch(
332: p_asset_hdr_rec => px_asset_hdr_rec,
333: p_trans_rec => px_trans_rec,

Line 331: if not FA_ASSET_HIERARCHY_PVT.create_batch(

327: end if;
328:
329: l_err_stage:= 'calling FA_ASSET_HIERARCHY_PVT.create_batch';
330: -- dbms_output.put_line(l_err_stage );
331: if not FA_ASSET_HIERARCHY_PVT.create_batch(
332: p_asset_hdr_rec => px_asset_hdr_rec,
333: p_trans_rec => px_trans_rec,
334: p_asset_hr_opt_rec => l_asset_hr_opt_rec , p_log_level_rec => g_log_level_rec) then
335: raise FND_API.G_EXC_ERROR;