DBA Data[Home] [Help]

APPS.FA_CIP_PUB dependencies on FA_ASSET_VAL_PVT

Line 374: if not FA_ASSET_VAL_PVT.validate_asset_book

370:
371: px_asset_hdr_rec.set_of_books_id := fa_cache_pkg.fazcbc_record.set_of_books_id;
372:
373: -- verify the asset exist in the book already
374: if not FA_ASSET_VAL_PVT.validate_asset_book
375: (p_transaction_type_code => 'CAPITALIZATION',
376: p_book_type_code => px_asset_hdr_rec.book_type_code,
377: p_asset_id => px_asset_hdr_rec.asset_id,
378: p_calling_fn => 'fa_adjustment_pub.do_adjustment'

Line 534: if not (FA_ASSET_VAL_PVT.validate_asset_book

530:
531: -- verify that the asset exists in the tax book
532: -- if not just bypass it without failing
533:
534: if not (FA_ASSET_VAL_PVT.validate_asset_book
535: (p_transaction_type_code => 'CAPITALIZATION',
536: p_book_type_code => l_tax_book_tbl(l_tax_index),
537: p_asset_id => px_asset_hdr_rec.asset_id,
538: p_calling_fn => 'fa_adjustment_pub.do_adjustment')) then

Line 541: if not (FA_ASSET_VAL_PVT.validate_period_of_addition

537: p_asset_id => px_asset_hdr_rec.asset_id,
538: p_calling_fn => 'fa_adjustment_pub.do_adjustment')) then
539: --null;
540: -- bugfix# 5155488
541: if not (FA_ASSET_VAL_PVT.validate_period_of_addition
542: (p_asset_id => px_asset_hdr_rec.asset_id,
543: p_book => px_asset_hdr_rec.book_type_code,
544: px_period_of_addition => l_period_of_addition_flag)) then
545: raise cap_rev_err;

Line 786: if not FA_ASSET_VAL_PVT.validate_period_of_addition

782: raise cap_rev_err;
783: end if;
784:
785: -- check if this is the period of addition - use absolute mode for adjustments
786: if not FA_ASSET_VAL_PVT.validate_period_of_addition
787: (p_asset_id => px_asset_hdr_rec.asset_id,
788: p_book => px_asset_hdr_rec.book_type_code,
789: p_mode => 'ABSOLUTE',
790: px_period_of_addition => px_asset_hdr_rec.period_of_addition

Line 923: if not FA_ASSET_VAL_PVT.validate_disabled_flag

919: raise cap_rev_err;
920: end if;
921:
922: --HH Validate disabled_flag
923: if not FA_ASSET_VAL_PVT.validate_disabled_flag
924: (p_group_asset_id => px_asset_hdr_rec.asset_id,
925: p_book_type_code => px_asset_hdr_rec.book_type_code,
926: p_old_flag => l_asset_fin_rec_old.disabled_flag,
927: p_new_flag => l_asset_fin_rec_old.disabled_flag

Line 1031: if not FA_ASSET_VAL_PVT.validate_period_of_addition

1027: ,p_log_level_rec => p_log_level_rec) then
1028: raise cap_rev_err;
1029: end if;
1030:
1031: if not FA_ASSET_VAL_PVT.validate_period_of_addition
1032: (p_asset_id => l_group_asset_hdr_rec.asset_id,
1033: p_book => l_group_asset_hdr_rec.book_type_code,
1034: p_mode => 'ABSOLUTE',
1035: px_period_of_addition => l_group_asset_hdr_rec.period_of_addition

Line 1074: if not FA_ASSET_VAL_PVT.validate_disabled_flag

1070: end if;
1071:
1072: --HH Validate disabled_flag
1073: --No trx on a disabled group.
1074: if not FA_ASSET_VAL_PVT.validate_disabled_flag
1075: (p_group_asset_id => l_group_asset_hdr_rec.asset_id,
1076: p_book_type_code => l_group_asset_hdr_rec.book_type_code,
1077: p_old_flag => l_group_asset_fin_rec_old.disabled_flag,
1078: p_new_flag => l_group_asset_fin_rec_old.disabled_flag