DBA Data[Home] [Help]

APPS.FARX_RP dependencies on FA_REC_PVT_PKG1

Line 444: IF FA_REC_PVT_PKG1.Validate_Reclass_Basic(

440: -- Increment the number of assets stored in a_tbl.
441: g_asset_count := g_asset_count + 1;
442: ELSE
443: /* Validate asset for reclass with Reclass Validation engine. */
444: IF FA_REC_PVT_PKG1.Validate_Reclass_Basic(
445: p_asset_id => a_tbl(a_index).asset_id,
446: p_old_category_id => a_tbl(a_index).category_id,
447: p_new_category_id => mr_rec.to_category_id,
448: p_mr_req_id => h_request_id,

Line 466: END IF; /* IF FA_REC_PVT_PKG1.Validate_Reclass_Basic */

462: a_tbl(a_index).asset_id );
463: end if;
464: -- Basic reclass validation failed. Reclass fails.
465: a_index := a_index - 1;
466: END IF; /* IF FA_REC_PVT_PKG1.Validate_Reclass_Basic */
467: END IF; /* IF (a_tbl(a_index).category_id = */
468: ELSE
469: if (g_print_debug) then
470: fa_debug_pkg.add('FARX_RP.Preview_Reclass',

Line 1082: IF NOT FA_REC_PVT_PKG1.Check_Trans_Date(

1078: END IF;
1079:
1080: -- Check if any other transaction exists between the transaction date
1081: -- entered and the current date.
1082: IF NOT FA_REC_PVT_PKG1.Check_Trans_Date(
1083: p_asset_id => X_Asset_Id,
1084: p_book_type_code => X_Book_Type_Code,
1085: p_trans_date => h_trans_date,
1086: p_log_level_rec => g_log_level_rec)