DBA Data[Home] [Help]

APPS.FARX_RP dependencies on FA_REC_PVT_PKG1

Line 424: IF FA_REC_PVT_PKG1.Validate_Reclass_Basic(

420: -- Increment the number of assets stored in a_tbl.
421: g_asset_count := g_asset_count + 1;
422: ELSE
423: /* Validate asset for reclass with Reclass Validation engine. */
424: IF FA_REC_PVT_PKG1.Validate_Reclass_Basic(
425: p_asset_id => a_tbl(a_index).asset_id,
426: p_old_category_id => a_tbl(a_index).category_id,
427: p_new_category_id => mr_rec.to_category_id,
428: p_mr_req_id => h_request_id,

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

441: a_tbl(a_index).asset_id );
442: end if;
443: -- Basic reclass validation failed. Reclass fails.
444: a_index := a_index - 1;
445: END IF; /* IF FA_REC_PVT_PKG1.Validate_Reclass_Basic */
446: END IF; /* IF (a_tbl(a_index).category_id = */
447: ELSE
448: if (g_print_debug) then
449: fa_debug_pkg.add('FARX_RP.Preview_Reclass',

Line 1052: IF NOT FA_REC_PVT_PKG1.Check_Trans_Date(

1048: END IF;
1049:
1050: -- Check if any other transaction exists between the transaction date
1051: -- entered and the current date.
1052: IF NOT FA_REC_PVT_PKG1.Check_Trans_Date(
1053: p_asset_id => X_Asset_Id,
1054: p_book_type_code => X_Book_Type_Code,
1055: p_trans_date => h_trans_date)
1056: THEN