DBA Data[Home] [Help]

APPS.FA_UNIT_ADJ_PUB dependencies on FA_ASSET_VAL_PVT

Line 103: if not fa_asset_val_pvt.validate_asset_book

99: end if;
100:
101: -- validate book if corporate, validate asset
102:
103: if not fa_asset_val_pvt.validate_asset_book
104: (p_transaction_type_code => 'UNIT ADJUSTMENT',
105: p_book_type_code => px_asset_hdr_rec.book_type_code,
106: p_asset_id => px_asset_hdr_rec.asset_id,
107: p_calling_fn => 'FA_UNIT_ADJ_PUB.valid_input', p_log_level_rec => g_log_level_rec) then

Line 121: if not fa_asset_val_pvt.validate_period_of_addition

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

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

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

Line 268: IF not FA_ASSET_VAL_PVT.validate_energy_transactions (

264: return FALSE;
265: end if;
266:
267: /* Added for bug 8584206 */
268: IF not FA_ASSET_VAL_PVT.validate_energy_transactions (
269: p_trans_rec => px_trans_rec,
270: p_asset_hdr_rec => p_asset_hdr_rec ,
271: p_log_level_rec => p_log_level_rec) then
272: