DBA Data[Home] [Help]

APPS.FA_MASSCP_PKG dependencies on FA_ASSET_VAL_PVT

Line 786: if not fa_asset_val_pvt.validate_asset_book

782: -- already exists in tax
783: -- (this is handled in api automatically so not needed
784: -- but including to avoid fatal error)
785:
786: if not fa_asset_val_pvt.validate_asset_book
787: (p_transaction_type_code => 'ADDITION',
788: p_book_type_code => p_tax_book,
789: p_asset_id => p_asset_id,
790: p_calling_fn => l_calling_fn

Line 917: if not FA_ASSET_VAL_PVT.validate_disabled_flag

913: end if;
914:
915: --HH Validate disabled_flag
916: --We don't want to copy from/to a disabled group.
917: if not FA_ASSET_VAL_PVT.validate_disabled_flag
918: (p_group_asset_id => l_corp_asset_hdr_rec.asset_id,
919: p_book_type_code => l_corp_asset_hdr_rec.book_type_code,
920: p_old_flag => l_corp_asset_fin_rec.disabled_flag,
921: p_new_flag => l_corp_asset_fin_rec.disabled_flag

Line 1620: if not FA_ASSET_VAL_PVT.validate_exp_after_amort

1616:
1617: -- Exp adj is not allowed after Amort adj in TAX BOOK
1618: -- this is handled in api, how about cap - should be able to pu in adj engine ???
1619: if l_trx_subtype = 'EXPENSED' then
1620: if not FA_ASSET_VAL_PVT.validate_exp_after_amort
1621: (p_asset_id => l_asset_id,
1622: p_book => p_tax_book
1623: , p_log_level_rec => g_log_level_rec) then
1624:

Line 2228: if not FA_ASSET_VAL_PVT.validate_period_of_addition

2224:
2225: -- Check retirements (moved in retirement code below)
2226: -- Check reinstatements (moved into reinstate code below)
2227: -- add this period
2228: if not FA_ASSET_VAL_PVT.validate_period_of_addition
2229: (p_asset_id => p_asset_id,
2230: p_book => p_tax_book,
2231: p_mode => 'ABSOLUTE',
2232: px_period_of_addition => l_period_of_addition, p_log_level_rec => g_log_level_rec) then