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 581: IF NOT igi_iac_catchup_pkg.get_FA_Deprn_Expense(p_asset_id,

577: p_string => ' No revaluation catchup periods found');
578: return TRUE;
579: END IF;
580:
581: IF NOT igi_iac_catchup_pkg.get_FA_Deprn_Expense(p_asset_id,
582: p_book_type_code,
583: l_open_period.period_counter,
584: l_calling_function,
585: p_deprn_reserve,

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

649:
650: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
651: p_full_path => l_path_name,
652: p_string => ' Calling Revaluation Initialization program ');
653: IF NOT igi_iac_catchup_pkg.do_reval_init_struct(l_open_period.period_counter,
654: l_reval_control,
655: l_reval_asset_params,
656: l_reval_input_asset,
657: l_reval_output_asset,

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

685: /* Added + 1 for the first 2 parameters for bug 2411478 vgadde */
686: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
687: p_full_path => l_path_name,
688: p_string => ' Doing depreciation catchup for the periods between revaluation');
689: IF NOT igi_iac_catchup_pkg.do_deprn_catchup(l_reval_asset_params(l_idx2 - 1).period_counter + 1,
690: l_reval_asset_params(l_idx2).period_counter + 1,
691: l_open_period.period_counter,
692: FALSE,
693: l_calling_function,

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

844: p_string => ' Doing the final catchup for depreciation');
845:
846: l_reval_asset := l_reval_output_asset(l_idx1);
847: /* Added + 1 for the first parameter for bug 2411478 vgadde 12/06/2002 */
848: IF NOT igi_iac_catchup_pkg.do_deprn_catchup(l_last_reval_period + 1,
849: l_open_period.period_counter,
850: l_open_period.period_counter,
851: TRUE,
852: l_calling_function,