DBA Data[Home] [Help]

APPS.FA_CIP_PUB dependencies on FA_ASSET_VAL_PVT

Line 366: if not FA_ASSET_VAL_PVT.validate_asset_book

362: -- end if;
363:
364: px_asset_hdr_rec.set_of_books_id := fa_cache_pkg.fazcbc_record.set_of_books_id;
365: -- verify the asset exist in the book already
366: if not FA_ASSET_VAL_PVT.validate_asset_book
367: (p_transaction_type_code => 'CAPITALIZATION',
368: p_book_type_code => px_asset_hdr_rec.book_type_code,
369: p_asset_id => px_asset_hdr_rec.asset_id,
370: p_calling_fn => 'fa_adjustment_pub.do_adjustment'

Line 519: if not (FA_ASSET_VAL_PVT.validate_asset_book

515:
516: -- verify that the asset exists in the tax book
517: -- if not just bypass it without failing
518:
519: if not (FA_ASSET_VAL_PVT.validate_asset_book
520: (p_transaction_type_code => 'CAPITALIZATION',
521: p_book_type_code => l_tax_book_tbl(l_tax_index),
522: p_asset_id => px_asset_hdr_rec.asset_id,
523: p_calling_fn => 'fa_adjustment_pub.do_adjustment',

Line 527: if not (FA_ASSET_VAL_PVT.validate_period_of_addition

523: p_calling_fn => 'fa_adjustment_pub.do_adjustment',
524: p_log_level_rec => p_log_level_rec)) then
525: --null;
526: -- bugfix# 5155488
527: if not (FA_ASSET_VAL_PVT.validate_period_of_addition
528: (p_asset_id => px_asset_hdr_rec.asset_id,
529: p_book => px_asset_hdr_rec.book_type_code,
530: px_period_of_addition => l_period_of_addition_flag, p_log_level_rec => p_log_level_rec)) then
531: raise cap_rev_err;

Line 763: if not FA_ASSET_VAL_PVT.validate_period_of_addition

759: raise cap_rev_err;
760: end if;
761:
762: -- check if this is the period of addition - use absolute mode for adjustments
763: if not FA_ASSET_VAL_PVT.validate_period_of_addition
764: (p_asset_id => px_asset_hdr_rec.asset_id,
765: p_book => px_asset_hdr_rec.book_type_code,
766: p_mode => 'ABSOLUTE',
767: px_period_of_addition => px_asset_hdr_rec.period_of_addition, p_log_level_rec => p_log_level_rec) then

Line 894: if not FA_ASSET_VAL_PVT.validate_disabled_flag

890: raise cap_rev_err;
891: end if;
892:
893: --HH Validate disabled_flag
894: if not FA_ASSET_VAL_PVT.validate_disabled_flag
895: (p_group_asset_id => px_asset_hdr_rec.asset_id,
896: p_book_type_code => px_asset_hdr_rec.book_type_code,
897: p_old_flag => l_asset_fin_rec_old.disabled_flag,
898: p_new_flag => l_asset_fin_rec_old.disabled_flag

Line 1002: if not FA_ASSET_VAL_PVT.validate_period_of_addition

998: , p_log_level_rec => p_log_level_rec) then
999: raise cap_rev_err;
1000: end if;
1001:
1002: if not FA_ASSET_VAL_PVT.validate_period_of_addition
1003: (p_asset_id => l_group_asset_hdr_rec.asset_id,
1004: p_book => l_group_asset_hdr_rec.book_type_code,
1005: p_mode => 'ABSOLUTE',
1006: px_period_of_addition => l_group_asset_hdr_rec.period_of_addition, p_log_level_rec => p_log_level_rec) then

Line 1047: if not FA_ASSET_VAL_PVT.validate_disabled_flag

1043: end if;
1044:
1045: --HH Validate disabled_flag
1046: --No trx on a disabled group.
1047: if not FA_ASSET_VAL_PVT.validate_disabled_flag
1048: (p_group_asset_id => l_group_asset_hdr_rec.asset_id,
1049: p_book_type_code => l_group_asset_hdr_rec.book_type_code,
1050: p_old_flag => l_group_asset_fin_rec_old.disabled_flag,
1051: p_new_flag => l_group_asset_fin_rec_old.disabled_flag