DBA Data[Home] [Help]

APPS.FARX_RP dependencies on FA_REC_PVT_PKG2

Line 728: IF FA_REC_PVT_PKG2.Validate_Redefault(

724: a_tbl(a_index).category := h_concat_cat;
725:
726: IF (mr_rec.redefault_flag = 'YES') THEN
727: -- User chooses to redefault. Validate redefault.
728: IF FA_REC_PVT_PKG2.Validate_Redefault(
729: p_asset_id => a_tbl(a_index).asset_id,
730: p_new_category_id => mr_rec.to_category_id,
731: p_book_type_code => h_book_type_code,
732: p_amortize_flag => mr_rec.amortize_flag,

Line 821: ELSE /* IF FA_REC_PVT_PKG2.Validate_Redefault */

817: a_tbl(a_index).deprn_limit_pct
818: := FA_MASS_REC_UTILS_PKG.conv_tbl(pos).deprn_limit_pct;
819: a_tbl(a_index).salvage_val_pct
820: := FA_MASS_REC_UTILS_PKG.conv_tbl(pos).salvage_val_pct;
821: ELSE /* IF FA_REC_PVT_PKG2.Validate_Redefault */
822: -- Validation for redefault failed in this book.
823: -- Store old results for this book.
824: -- Get the old(current) depreciation rules.
825: OPEN get_old_rules;

Line 852: END IF; /* IF FA_REC_PVT_PKG2.Validate_Redefault */

848: X_Adjusted_Rate_Pct => a_tbl(a_index).adjusted_rate_pct,
849: X_Deprn_Limit_Pct => a_tbl(a_index).deprn_limit_pct,
850: X_Salvage_Val_Pct => a_tbl(a_index).salvage_val_pct
851: );
852: END IF; /* IF FA_REC_PVT_PKG2.Validate_Redefault */
853: ELSE /* IF (mr_rec.redefault_flag = 'YES') */
854: -- User chooses not to redefault.
855: -- Store old results.
856: -- Get the old(current) depreciation rules.