DBA Data[Home] [Help]

APPS.FA_DISTRIBUTION_PVT dependencies on FA_ASSET_VAL_PVT

Line 194: if not fa_asset_val_pvt.validate_period_of_addition

190: -- end if; -- for bug fix 4969369
191:
192: -- populate period_of_addition
193: -- SLA: always populate for all trx including TRANSFER OUT
194: if not fa_asset_val_pvt.validate_period_of_addition
195: (l_asset_hdr_rec.asset_id,
196: l_asset_hdr_rec.book_type_code,
197: 'ABSOLUTE',
198: l_asset_hdr_rec.period_of_addition

Line 719: if not FA_ASSET_VAL_PVT.validate_expense_ccid(p_asset_dist_tbl(p_curr_index).expense_ccid,

715: l_gl_chart_id := FA_CACHE_PKG.fazcbc_record.accounting_flex_structure;
716: end if;
717:
718: -- validate expense ccid
719: if not FA_ASSET_VAL_PVT.validate_expense_ccid(p_asset_dist_tbl(p_curr_index).expense_ccid,
720: l_gl_chart_id,
721: 'FA_DISTRIBUTION_PVT.valid_dist_data') then
722: return FALSE;
723: end if;

Line 726: if not FA_ASSET_VAL_PVT.validate_location_ccid(

722: return FALSE;
723: end if;
724:
725: -- validate location id
726: if not FA_ASSET_VAL_PVT.validate_location_ccid(
727: p_trans_rec.transaction_type_code,
728: p_asset_dist_tbl(p_curr_index).location_ccid,
729: 'FA_DISTRIBUTION_PVT.valid_dist_data') then
730: return FALSE;

Line 740: if not FA_ASSET_VAL_PVT.validate_duplicate_dist (

736: -- bugfix 2846357
737: -- BUG# 6936546
738: if (p_validation_level = FND_API.G_VALID_LEVEL_FULL) then
739:
740: if not FA_ASSET_VAL_PVT.validate_duplicate_dist (
741: p_transaction_type_code => p_trans_rec.transaction_type_code,
742: p_asset_dist_tbl => p_asset_dist_tbl,
743: p_curr_index => p_curr_index
744: ,p_log_level_rec => p_log_level_rec) then