DBA Data[Home] [Help]

APPS.FA_UNIT_ADJ_PUB dependencies on FA_ASSET_VAL_PVT

Line 100: if not fa_asset_val_pvt.validate_asset_book

96: end if;
97:
98: -- validate book if corporate, validate asset
99:
100: if not fa_asset_val_pvt.validate_asset_book
101: (p_transaction_type_code => 'UNIT ADJUSTMENT',
102: p_book_type_code => px_asset_hdr_rec.book_type_code,
103: p_asset_id => px_asset_hdr_rec.asset_id,
104: p_calling_fn => 'FA_UNIT_ADJ_PUB.valid_input',

Line 120: if not fa_asset_val_pvt.validate_period_of_addition

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

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

258: end if;
259:
260:
261: -- check if asset is fully retired
262: if FA_ASSET_VAL_PVT.validate_fully_retired(p_asset_hdr_rec.asset_id,
263: p_asset_hdr_rec.book_type_code,
264: p_log_level_rec => p_log_level_rec) then
265: fa_srvr_msg.add_message(
266: calling_fn => 'FA_UNIT_ADJ_PUB.valid_input',