DBA Data[Home] [Help]

APPS.FA_MASSCP_PKG dependencies on FA_ASSET_VAL_PVT

Line 558: if not fa_asset_val_pvt.validate_asset_book

554: -- already exists in tax
555: -- (this is handled in api automatically so not needed
556: -- but including to avoid fatal error)
557:
558: if not fa_asset_val_pvt.validate_asset_book
559: (p_transaction_type_code => 'ADDITION',
560: p_book_type_code => p_tax_book,
561: p_asset_id => p_asset_id,
562: p_calling_fn => l_calling_fn,

Line 690: if not FA_ASSET_VAL_PVT.validate_disabled_flag

686: end if;
687:
688: --HH Validate disabled_flag
689: --We don't want to copy from/to a disabled group.
690: if not FA_ASSET_VAL_PVT.validate_disabled_flag
691: (p_group_asset_id => l_corp_asset_hdr_rec.asset_id,
692: p_book_type_code => l_corp_asset_hdr_rec.book_type_code,
693: p_old_flag => l_corp_asset_fin_rec.disabled_flag,
694: p_new_flag => l_corp_asset_fin_rec.disabled_flag,

Line 1341: if not FA_ASSET_VAL_PVT.validate_exp_after_amort

1337:
1338: -- Exp adj is not allowed after Amort adj in TAX BOOK
1339: -- this is handled in api, how about cap - should be able to pu in adj engine ???
1340: if l_trx_subtype = 'EXPENSED' then
1341: if not FA_ASSET_VAL_PVT.validate_exp_after_amort
1342: (p_asset_id => l_asset_id,
1343: p_book => p_tax_book,
1344: p_log_level_rec => p_log_level_rec) then
1345: