DBA Data[Home] [Help]

APPS.FA_RECLASS_PUB dependencies on FA_ASSET_HIERARCHY

Line 66: from fa_asset_hierarchy

62: AND bks.date_ineffective is null;
63:
64: CURSOR c_asset_parent is
65: select parent_hierarchy_id
66: from fa_asset_hierarchy
67: where asset_id = px_asset_hdr_rec.asset_id;
68:
69: CURSOR C_txn_date is
70: select greatest(calendar_period_open_date,

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;