DBA Data[Home] [Help]

APPS.IGI_IAC_ADDITIONS_PKG dependencies on IGI_IAC_CATCHUP_PKG

Line 273: | functions in igi_iac_catchup_pkg and igi_iac_reval_wrapper packages. |

269: | Description: |
270: | This function calculates IAC catchup amounts for the asset added in |
271: | prior period. This function is called from do_prior_addition and |
272: | IAC Implementation Data Preparation program. This function call |
273: | functions in igi_iac_catchup_pkg and igi_iac_reval_wrapper packages. |
274: +=========================================================================*/
275: FUNCTION Do_Addition(
276: p_book_type_code VARCHAR2,
277: p_asset_id NUMBER,

Line 598: IF NOT igi_iac_catchup_pkg.get_FA_Deprn_Expense(p_asset_id,

594: p_string => ' No revaluation catchup periods found');
595: return TRUE;
596: END IF;
597:
598: IF NOT igi_iac_catchup_pkg.get_FA_Deprn_Expense(p_asset_id,
599: p_book_type_code,
600: l_open_period.period_counter,
601: l_calling_function,
602: p_deprn_reserve,

Line 670: IF NOT igi_iac_catchup_pkg.do_reval_init_struct(l_open_period.period_counter,

666:
667: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
668: p_full_path => l_path_name,
669: p_string => ' Calling Revaluation Initialization program ');
670: IF NOT igi_iac_catchup_pkg.do_reval_init_struct(l_open_period.period_counter,
671: l_reval_control,
672: l_reval_asset_params,
673: l_reval_input_asset,
674: l_reval_output_asset,

Line 706: IF NOT igi_iac_catchup_pkg.do_deprn_catchup(l_reval_asset_params(l_idx2 - 1).period_counter + 1,

702: /* Added + 1 for the first 2 parameters for bug 2411478 vgadde */
703: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
704: p_full_path => l_path_name,
705: p_string => ' Doing depreciation catchup for the periods between revaluation');
706: IF NOT igi_iac_catchup_pkg.do_deprn_catchup(l_reval_asset_params(l_idx2 - 1).period_counter + 1,
707: l_reval_asset_params(l_idx2).period_counter + 1,
708: l_open_period.period_counter,
709: FALSE,
710: l_calling_function,

Line 865: IF NOT igi_iac_catchup_pkg.do_deprn_catchup(l_last_reval_period + 1,

861: p_string => ' Doing the final catchup for depreciation');
862:
863: l_reval_asset := l_reval_output_asset(l_idx1);
864: /* Added + 1 for the first parameter for bug 2411478 vgadde 12/06/2002 */
865: IF NOT igi_iac_catchup_pkg.do_deprn_catchup(l_last_reval_period + 1,
866: l_open_period.period_counter,
867: l_open_period.period_counter,
868: TRUE,
869: l_calling_function,