DBA Data[Home] [Help]

APPS.IGI_IAC_ADJ_AMORT_PKG dependencies on IGI_IAC_TYPES

Line 58: PROCEDURE debug_adj_asset(p_asset igi_iac_types.iac_adj_hist_asset_info) IS

54: -- PROCEDURE Debug_Adj_Asset : Procedure that will print the historic
55: -- asset information
56: -- -------------------------------------------------------------------
57:
58: PROCEDURE debug_adj_asset(p_asset igi_iac_types.iac_adj_hist_asset_info) IS
59: l_path_name VARCHAR2(150);
60: BEGIN
61: l_path_name := g_path||'debug_adj_asset';
62: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

Line 139: FUNCTION Do_Amort_Deprn_Reval(p_asset_iac_adj_info igi_iac_types.iac_adj_hist_asset_info,

135: -- -------------------------------------------------------------------
136: -- PROCEDURE Do_Amort_Deprn_Reval: This is the main function that will
137: -- do the Amortization Depreciation revaluation for the asset
138: -- -------------------------------------------------------------------
139: FUNCTION Do_Amort_Deprn_Reval(p_asset_iac_adj_info igi_iac_types.iac_adj_hist_asset_info,
140: p_asset_iac_dist_info igi_iac_types.iac_adj_dist_info_tab,
141: p_adj_hist igi_iac_adjustments_history%ROWTYPE,
142: p_event_id number) --R12 uptake
143: RETURN BOOLEAN

Line 140: p_asset_iac_dist_info igi_iac_types.iac_adj_dist_info_tab,

136: -- PROCEDURE Do_Amort_Deprn_Reval: This is the main function that will
137: -- do the Amortization Depreciation revaluation for the asset
138: -- -------------------------------------------------------------------
139: FUNCTION Do_Amort_Deprn_Reval(p_asset_iac_adj_info igi_iac_types.iac_adj_hist_asset_info,
140: p_asset_iac_dist_info igi_iac_types.iac_adj_dist_info_tab,
141: p_adj_hist igi_iac_adjustments_history%ROWTYPE,
142: p_event_id number) --R12 uptake
143: RETURN BOOLEAN
144: IS

Line 292: l_det_table IGI_IAC_TYPES.dist_amt_tab;

288: l_iac_new_gf igi_iac_asset_balances.general_fund%TYPE;
289:
290: l_fa_idx NUMBER;
291: l_det_bal c_det_bal%ROWTYPE;
292: l_det_table IGI_IAC_TYPES.dist_amt_tab;
293: l_dist_idx NUMBER;
294: l_dist_id igi_iac_det_balances.distribution_id%TYPE;
295: l_dep_adj_amount igi_iac_det_balances.deprn_period%TYPE;
296: l_units_assigned igi_iac_adjustments.units_assigned%TYPE;