DBA Data[Home] [Help]

APPS.FA_TRANSFER_PUB dependencies on FA_ASSET_VAL_PVT

Line 99: if not fa_asset_val_pvt.validate_asset_book

95: end if;
96:
97: -- validate book is corporate and enabled and asset exists in book
98:
99: if not fa_asset_val_pvt.validate_asset_book
100: (p_transaction_type_code => 'TRANSFER',
101: p_book_type_code => px_asset_hdr_rec.book_type_code,
102: p_asset_id => px_asset_hdr_rec.asset_id,
103: p_calling_fn => 'FA_TRANSFER_PUB.do_transfer',

Line 119: if not fa_asset_val_pvt.validate_period_of_addition

115: p_log_level_rec => g_log_level_rec) then
116: raise FND_API.G_EXC_ERROR;
117: end if;
118:
119: if not fa_asset_val_pvt.validate_period_of_addition
120: (px_asset_hdr_rec.asset_id,
121: px_asset_hdr_rec.book_type_code,
122: 'ABSOLUTE',
123: l_period_addition,

Line 274: if FA_ASSET_VAL_PVT.validate_fully_retired(p_asset_hdr_rec.asset_id,

270: end if;
271: end if;
272:
273: -- check if asset is fully retired
274: if FA_ASSET_VAL_PVT.validate_fully_retired(p_asset_hdr_rec.asset_id,
275: p_asset_hdr_rec.book_type_code,
276: p_log_level_rec => p_log_level_rec) then
277: fa_srvr_msg.add_message(
278: calling_fn => 'FA_TRANSFER_PUB.valid_input',