DBA Data[Home] [Help]

APPS.FA_RETIREMENT_PVT dependencies on FA_TRX_APPROVAL_PKG

Line 397: if not FA_TRX_APPROVAL_PKG.faxcat

393: l_recapture_amount := 0;
394:
395: end if; -- (nvl(p_asset_fin_rec.recapture_reserve_flag, 'N') = 'Y') and
396:
397: if not FA_TRX_APPROVAL_PKG.faxcat
398: (X_book => l_asset_hdr_rec.book_type_code,
399: X_asset_id => l_asset_hdr_rec.asset_id,
400: X_trx_type => l_trans_rec.transaction_type_code,
401: X_trx_date => l_trans_rec.transaction_date_entered,

Line 406: fa_debug_pkg.add(l_calling_fn, 'Calling FA_TRX_APPROVAL_PKG.faxcat', 'Failed',p_log_level_rec);

402: X_init_message_flag => 'NO',
403: p_log_level_rec => p_log_level_rec) then
404:
405: if (p_log_level_rec.statement_level) then
406: fa_debug_pkg.add(l_calling_fn, 'Calling FA_TRX_APPROVAL_PKG.faxcat', 'Failed',p_log_level_rec);
407: end if;
408:
409: raise ret_err;
410: end if;

Line 1272: if not FA_TRX_APPROVAL_PKG.faxcat

1268: if (not(l_status)) then
1269: raise rein_err;
1270: end if;
1271:
1272: if not FA_TRX_APPROVAL_PKG.faxcat
1273: (X_book => l_asset_hdr_rec.book_type_code,
1274: X_asset_id => l_asset_hdr_rec.asset_id,
1275: X_trx_type => l_trans_rec.transaction_type_code,
1276: X_trx_date => l_trans_rec.transaction_date_entered,