DBA Data[Home] [Help]

APPS.FA_IMPAIRMENT_PREV_PVT dependencies on FA_ASSET_VAL_PVT

Line 588: IF NOT FA_ASSET_VAL_PVT.check_non_depreciating_asset (

584: end if;
585:
586: /*Phase5 Restrict Impairment posted on Asset added without reserve and depreciation flag as NO*/
587: IF t_depreciate_flag(i) = 'NO' then
588: IF NOT FA_ASSET_VAL_PVT.check_non_depreciating_asset (
589: p_asset_id => t_asset_id(i)
590: , p_book_type_code => p_book_type_code
591: , p_log_level_rec => p_log_level_rec) then
592: IF (p_log_level_rec.statement_level) then

Line 593: fa_debug_pkg.add(l_calling_fn, 'Error calling FA_ASSET_VAL_PVT.check_non_depreciating_asset',

589: p_asset_id => t_asset_id(i)
590: , p_book_type_code => p_book_type_code
591: , p_log_level_rec => p_log_level_rec) then
592: IF (p_log_level_rec.statement_level) then
593: fa_debug_pkg.add(l_calling_fn, 'Error calling FA_ASSET_VAL_PVT.check_non_depreciating_asset',
594: t_asset_id(i), p_log_level_rec => p_log_level_rec);
595: fa_debug_pkg.add(l_calling_fn, 'You can not Post an impairment for this asset',
596: 'As this asset is added with depreciate flag as NO and without reserve', p_log_level_rec => p_log_level_rec);
597: END IF;

Line 1033: fa_debug_pkg.add(l_calling_fn,'Calling function ', 'FA_ASSET_VAL_PVT.validate_period_of_addition', p_log_level_rec => p_log_level_rec);

1029: l_asset_hdr_rec.book_type_code := p_book_type_code;
1030: l_asset_hdr_rec.set_of_books_id := p_set_of_books_id;
1031:
1032: if (p_log_level_rec.statement_level) then
1033: fa_debug_pkg.add(l_calling_fn,'Calling function ', 'FA_ASSET_VAL_PVT.validate_period_of_addition', p_log_level_rec => p_log_level_rec);
1034: fa_debug_pkg.add(l_calling_fn, 'l_asset_hdr_rec.asset_id', l_asset_hdr_rec.asset_id, p_log_level_rec => p_log_level_rec);
1035: fa_debug_pkg.add(l_calling_fn, 'p_book_type_code', p_book_type_code, p_log_level_rec => p_log_level_rec);
1036: end if;
1037:

Line 1038: if not FA_ASSET_VAL_PVT.validate_period_of_addition

1034: fa_debug_pkg.add(l_calling_fn, 'l_asset_hdr_rec.asset_id', l_asset_hdr_rec.asset_id, p_log_level_rec => p_log_level_rec);
1035: fa_debug_pkg.add(l_calling_fn, 'p_book_type_code', p_book_type_code, p_log_level_rec => p_log_level_rec);
1036: end if;
1037:
1038: if not FA_ASSET_VAL_PVT.validate_period_of_addition
1039: (p_asset_id => l_asset_hdr_rec.asset_id,
1040: p_book => p_book_type_code,
1041: p_mode => 'ABSOLUTE',
1042: px_period_of_addition => t_period_of_addition_flag(i),

Line 1045: fa_debug_pkg.add(l_calling_fn,'Error Calling', 'FA_ASSET_VAL_PVT.validate_period_of_addition', p_log_level_rec => p_log_level_rec);

1041: p_mode => 'ABSOLUTE',
1042: px_period_of_addition => t_period_of_addition_flag(i),
1043: p_log_level_rec => p_log_level_rec) then
1044: if (p_log_level_rec.statement_level) then
1045: fa_debug_pkg.add(l_calling_fn,'Error Calling', 'FA_ASSET_VAL_PVT.validate_period_of_addition', p_log_level_rec => p_log_level_rec);
1046: end if;
1047:
1048: raise dpr_err;
1049: end if;