DBA Data[Home] [Help]

APPS.IGI_IAC_ADDITIONS_PKG dependencies on FA_ADDITIONS

Line 358: l_asset_type fa_additions.asset_type%TYPE; -- bug 11852403

354: l_last_reval_period igi_iac_asset_balances.period_counter%TYPE;
355: l_rowid VARCHAR2(25);
356: l_deprn_acc fa_deprn_summary.deprn_reserve%TYPE;
357: l_get_latest_adjustment_id number;
358: l_asset_type fa_additions.asset_type%TYPE; -- bug 11852403
359: /* Bug 2961656 vgadde 08-jul-2003 Start(1) */
360: l_calling_function VARCHAR2(80);
361: l_fa_deprn_amount_py NUMBER;
362: l_fa_deprn_amount_cy NUMBER;

Line 433: SELECT asset_type into l_asset_type from fa_additions where

429: p_full_path => l_path_name,
430: p_string => ' This book is an IAC book');
431:
432: --bug 11852403 begin
433: SELECT asset_type into l_asset_type from fa_additions where
434: asset_id= p_asset_id;
435:
436: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
437: p_full_path => l_path_name,