DBA Data[Home] [Help]

APPS.FA_RECLASS_PUB dependencies on FA_ASSET_HIERARCHY_PVT

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

330: l_asset_hr_opt_rec.amortize_flag:= 'N';
331: l_asset_hr_opt_rec.amortization_start_date := null;
332: end if;
333:
334: l_err_stage:= 'calling FA_ASSET_HIERARCHY_PVT.create_batch';
335: -- dbms_output.put_line(l_err_stage );
336: if not FA_ASSET_HIERARCHY_PVT.create_batch(
337: p_asset_hdr_rec => px_asset_hdr_rec,
338: p_trans_rec => px_trans_rec,

Line 336: if not FA_ASSET_HIERARCHY_PVT.create_batch(

332: end if;
333:
334: l_err_stage:= 'calling FA_ASSET_HIERARCHY_PVT.create_batch';
335: -- dbms_output.put_line(l_err_stage );
336: if not FA_ASSET_HIERARCHY_PVT.create_batch(
337: p_asset_hdr_rec => px_asset_hdr_rec,
338: p_trans_rec => px_trans_rec,
339: p_asset_hr_opt_rec => l_asset_hr_opt_rec) then
340: raise FND_API.G_EXC_ERROR;