DBA Data[Home] [Help]

APPS.FA_CIP_PVT dependencies on FA_ASSET_VAL_PVT

Line 918: if not fa_asset_val_pvt.validate_dpis

914:
915: if (p_trans_rec.transaction_type_code = 'ADDITION') then
916:
917: -- validate dpis
918: if not fa_asset_val_pvt.validate_dpis
919: (p_transaction_type_code => p_trans_rec.transaction_type_code,
920: p_book_type_code => p_asset_hdr_rec.book_type_code,
921: p_date_placed_in_service =>
922: p_asset_fin_rec.date_placed_in_service,

Line 933: if not fa_asset_val_pvt.validate_period_of_addition

929:
930: else
931:
932: -- check addition (don't allow after period of capitalization)
933: if not fa_asset_val_pvt.validate_period_of_addition
934: (p_asset_id => p_asset_hdr_rec.asset_id,
935: p_book => p_asset_hdr_rec.book_type_code,
936: p_mode => 'CAPITALIZED',
937: px_period_of_addition => l_period_of_addition

Line 998: if fa_asset_val_pvt.validate_fully_retired

994: 'checking fully ret', ''
995: ,p_log_level_rec => p_log_level_rec);
996: end if;
997:
998: if fa_asset_val_pvt.validate_fully_retired
999: (p_asset_id => p_asset_hdr_rec.asset_id,
1000: p_book => p_asset_hdr_rec.book_type_code
1001: ,p_log_level_rec => p_log_level_rec) then
1002: fa_srvr_msg.add_message

Line 1015: if fa_asset_val_pvt.validate_ret_rst_pending

1011: 'checking ret pending', ''
1012: ,p_log_level_rec => p_log_level_rec);
1013: end if;
1014:
1015: if fa_asset_val_pvt.validate_ret_rst_pending
1016: (p_asset_id => p_asset_hdr_rec.asset_id,
1017: p_book => p_asset_hdr_rec.book_type_code
1018: ,p_log_level_rec => p_log_level_rec) then
1019: raise val_err;