DBA Data[Home] [Help]

APPS.IGI_IAC_ADJ_AMORT_PKG dependencies on IGI_IAC_TYPES

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

31: -- PROCEDURE Debug_Adj_Asset : Procedure that will print the historic
32: -- asset information
33: -- -------------------------------------------------------------------
34:
35: PROCEDURE debug_adj_asset(p_asset igi_iac_types.iac_adj_hist_asset_info) IS
36: l_path_name VARCHAR2(150);
37: BEGIN
38: l_path_name := g_path||'debug_adj_asset';
39: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

Line 116: FUNCTION Do_Amort_Deprn_Reval(p_asset_iac_adj_info igi_iac_types.iac_adj_hist_asset_info,

112: -- -------------------------------------------------------------------
113: -- PROCEDURE Do_Amort_Deprn_Reval: This is the main function that will
114: -- do the Amortization Depreciation revaluation for the asset
115: -- -------------------------------------------------------------------
116: FUNCTION Do_Amort_Deprn_Reval(p_asset_iac_adj_info igi_iac_types.iac_adj_hist_asset_info,
117: p_asset_iac_dist_info igi_iac_types.iac_adj_dist_info_tab,
118: p_adj_hist igi_iac_adjustments_history%ROWTYPE,
119: p_event_id number) --R12 uptake
120: RETURN BOOLEAN

Line 117: p_asset_iac_dist_info igi_iac_types.iac_adj_dist_info_tab,

113: -- PROCEDURE Do_Amort_Deprn_Reval: This is the main function that will
114: -- do the Amortization Depreciation revaluation for the asset
115: -- -------------------------------------------------------------------
116: FUNCTION Do_Amort_Deprn_Reval(p_asset_iac_adj_info igi_iac_types.iac_adj_hist_asset_info,
117: p_asset_iac_dist_info igi_iac_types.iac_adj_dist_info_tab,
118: p_adj_hist igi_iac_adjustments_history%ROWTYPE,
119: p_event_id number) --R12 uptake
120: RETURN BOOLEAN
121: IS

Line 269: l_det_table IGI_IAC_TYPES.dist_amt_tab;

265: l_iac_new_gf igi_iac_asset_balances.general_fund%TYPE;
266:
267: l_fa_idx NUMBER;
268: l_det_bal c_det_bal%ROWTYPE;
269: l_det_table IGI_IAC_TYPES.dist_amt_tab;
270: l_dist_idx NUMBER;
271: l_dist_id igi_iac_det_balances.distribution_id%TYPE;
272: l_dep_adj_amount igi_iac_det_balances.deprn_period%TYPE;
273: l_units_assigned igi_iac_adjustments.units_assigned%TYPE;