DBA Data[Home] [Help]

APPS.IGI_IMP_IAC_PREPARE_PKG dependencies on IGI_IAC_SALVAGE_PKG

Line 1363: IF NOT igi_iac_salvage_pkg.correction(C_book_info_rec.asset_id,

1359: p_full_path => l_path_name,
1360: p_string => ' Depreciation Reserve:'||l_hist_info.deprn_reserve);
1361:
1362: IF ( NOT l_hist_info.salvage_value is Null) or (NOT l_hist_info.salvage_value=0) THEn
1363: IF NOT igi_iac_salvage_pkg.correction(C_book_info_rec.asset_id,
1364: l_imp_interface.Book_type_code,
1365: l_hist_info.deprn_reserve,
1366: l_hist_info.cost,
1367: l_hist_info.salvage_value,

Line 1403: IF NOT igi_iac_salvage_pkg.correction(C_book_info_rec.asset_id,

1399: p_full_path => l_path_name,
1400: p_string => ' YTD before salvage corrected:'||l_hist_info.ytd_deprn );
1401:
1402: IF ( NOT l_hist_info.salvage_value is Null) or (NOT l_hist_info.salvage_value=0) THEn
1403: IF NOT igi_iac_salvage_pkg.correction(C_book_info_rec.asset_id,
1404: l_imp_interface.Book_type_code,
1405: l_hist_info.ytd_deprn,
1406: l_hist_info.cost,
1407: l_hist_info.salvage_value,