DBA Data[Home] [Help]

APPS.FA_DELETION_PUB dependencies on FA_ASSET_VAL_PVT

Line 132: if not FA_ASSET_VAL_PVT.validate_asset_book

128:
129: px_asset_hdr_rec.set_of_books_id := fa_cache_pkg.fazcbc_record.set_of_books_id;
130:
131: -- verify the asset exist in the book already
132: if not FA_ASSET_VAL_PVT.validate_asset_book
133: (p_transaction_type_code => 'ADJUSTMENT',
134: p_book_type_code => px_asset_hdr_rec.book_type_code,
135: p_asset_id => px_asset_hdr_rec.asset_id,
136: p_calling_fn => l_calling_fn,

Line 354: if not FA_ASSET_VAL_PVT.validate_period_of_addition

350: raise del_err;
351: end if;
352:
353: -- check if this is the period of addition - use absolute mode for adjustments
354: if not FA_ASSET_VAL_PVT.validate_period_of_addition
355: (p_asset_id => px_asset_hdr_rec.asset_id,
356: p_book => px_asset_hdr_rec.book_type_code,
357: p_mode => 'ABSOLUTE',
358: px_period_of_addition => px_asset_hdr_rec.period_of_addition,