DBA Data[Home] [Help]

APPS.FA_RECLASS_PVT dependencies on FA_LOAD_TBL_PKG

Line 379: l_old_rules FA_LOAD_TBL_PKG.asset_deprn_info:= null;

375: l_last_updated_by number;
376: l_last_update_date date;
377: l_last_update_login number;
378:
379: l_old_rules FA_LOAD_TBL_PKG.asset_deprn_info:= null;
380: l_new_rules FA_LOAD_TBL_PKG.asset_deprn_info:= null;
381: l_found BOOLEAN := FALSE;
382: l_rule_change_exists boolean;
383:

Line 380: l_new_rules FA_LOAD_TBL_PKG.asset_deprn_info:= null;

376: l_last_update_date date;
377: l_last_update_login number;
378:
379: l_old_rules FA_LOAD_TBL_PKG.asset_deprn_info:= null;
380: l_new_rules FA_LOAD_TBL_PKG.asset_deprn_info:= null;
381: l_found BOOLEAN := FALSE;
382: l_rule_change_exists boolean;
383:
384: l_rate_source_rules VARCHAR2(10);

Line 440: * FA_LOAD_TBL_PKG.Load_Deprn_Rules_Tbl(

436: -- dbms_output.put_line('load_Deprn_Rules');
437:
438: /* BUG# 3296729 - replacing this with call to common cache
439: *
440: * FA_LOAD_TBL_PKG.Load_Deprn_Rules_Tbl(
441: * p_corp_book => l_corp_book,
442: * p_category_id => px_asset_cat_rec_new.category_id,
443: * x_return_status => l_found);
444: * IF NOT l_found THEN

Line 478: * FA_LOAD_TBL_PKG.Get_Deprn_Rules(

474: -- Get new depreciation rules for the cursor_book.
475:
476: /* BUG# 3296729 - replacing this with call to common cache
477: *
478: * FA_LOAD_TBL_PKG.Get_Deprn_Rules(
479: * p_book_type_code => book_rec.book_type_code,
480: * p_date_placed_in_service => l_old_rules.start_dpis,
481: * x_deprn_rules_rec => l_new_rules,
482: * x_found => l_found );

Line 713: p_old_rules IN FA_LOAD_TBL_PKG.asset_deprn_info,

709: px_asset_fin_rec IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,
710: px_asset_fin_rec_adj IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,
711: px_asset_deprn_rec IN OUT NOCOPY FA_API_TYPES.asset_deprn_rec_type,
712: px_asset_deprn_rec_adj IN OUT NOCOPY FA_API_TYPES.asset_deprn_rec_type,
713: p_old_rules IN FA_LOAD_TBL_PKG.asset_deprn_info,
714: p_new_rules IN FA_LOAD_TBL_PKG.asset_deprn_info
715: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type) return boolean IS
716:
717: CURSOR get_prorate_date(p_dpis date) IS

Line 714: p_new_rules IN FA_LOAD_TBL_PKG.asset_deprn_info

710: px_asset_fin_rec_adj IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,
711: px_asset_deprn_rec IN OUT NOCOPY FA_API_TYPES.asset_deprn_rec_type,
712: px_asset_deprn_rec_adj IN OUT NOCOPY FA_API_TYPES.asset_deprn_rec_type,
713: p_old_rules IN FA_LOAD_TBL_PKG.asset_deprn_info,
714: p_new_rules IN FA_LOAD_TBL_PKG.asset_deprn_info
715: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type) return boolean IS
716:
717: CURSOR get_prorate_date(p_dpis date) IS
718: SELECT conv.prorate_date