DBA Data[Home] [Help]

APPS.FA_RETIREMENT_PUB dependencies on FA_INVOICE_PVT

Line 623: if not FA_INVOICE_PVT.INVOICE_ENGINE (

619: -- Initialize g_inv_trans_rec global variable
620: g_inv_trans_rec.invoice_transaction_id := to_number(null);
621: g_inv_trans_rec.transaction_type := 'RETIREMENT';
622:
623: if not FA_INVOICE_PVT.INVOICE_ENGINE (
624: px_trans_rec => l_trans_rec,
625: px_asset_hdr_rec => l_asset_hdr_rec,
626: p_asset_desc_rec => l_asset_desc_rec,
627: p_asset_type_rec => l_asset_type_rec,

Line 639: fa_debug_pkg.add(l_calling_fn, 'Error Calling FA_INVOICE_PVT.INVOICE_ENGINE', '', p_log_level_rec => g_log_level_rec);

635: x_asset_deprn_mrc_tbl_new => l_asset_deprn_mrc_tbl_new,
636: p_calling_fn => l_calling_fn,
637: p_log_level_rec => g_log_level_rec) then
638: if g_log_level_rec.statement_level then
639: fa_debug_pkg.add(l_calling_fn, 'Error Calling FA_INVOICE_PVT.INVOICE_ENGINE', '', p_log_level_rec => g_log_level_rec);
640: fa_debug_pkg.add(l_calling_fn, 'SQLERRM: ', SQLERRM, p_log_level_rec => g_log_level_rec);
641: end if;
642: raise FND_API.G_EXC_UNEXPECTED_ERROR;
643: end if;

Line 7648: if not FA_INVOICE_PVT.INVOICE_ENGINE (

7644:
7645: l_inv_trans_rec.invoice_transaction_id := to_number(null);
7646: l_inv_trans_rec.transaction_type := 'REINSTATEMENT';
7647:
7648: if not FA_INVOICE_PVT.INVOICE_ENGINE (
7649: px_trans_rec => l_trans_rec,
7650: px_asset_hdr_rec => l_asset_hdr_rec,
7651: p_asset_desc_rec => p_asset_desc_rec,
7652: p_asset_type_rec => l_asset_type_rec,

Line 7664: fa_debug_pkg.add(l_calling_fn, 'Error Calling FA_INVOICE_PVT.INVOICE_ENGINE', '', p_log_level_rec => p_log_level_rec);

7660: x_asset_deprn_mrc_tbl_new => l_asset_deprn_mrc_tbl_new,
7661: p_calling_fn => l_calling_fn,
7662: p_log_level_rec => p_log_level_rec) then
7663: if p_log_level_rec.statement_level then
7664: fa_debug_pkg.add(l_calling_fn, 'Error Calling FA_INVOICE_PVT.INVOICE_ENGINE', '', p_log_level_rec => p_log_level_rec);
7665: fa_debug_pkg.add(l_calling_fn, 'SQLERRM: ', SQLERRM, p_log_level_rec => p_log_level_rec);
7666: end if;
7667: raise FND_API.G_EXC_UNEXPECTED_ERROR;
7668: end if;