DBA Data[Home] [Help]

APPS.FA_RETIREMENT_PUB dependencies on FA_INVOICE_PVT

Line 548: if g_log_level_rec.statement_level then fa_debug_pkg.add(l_calling_fn, 'Before calling FA_INVOICE_PVT.INVOICE_ENGINE', '', g_log_level_rec); end if;

544: -- Initialize g_inv_trans_rec global variable
545: g_inv_trans_rec.invoice_transaction_id := to_number(null);
546: g_inv_trans_rec.transaction_type := 'RETIREMENT';
547:
548: if g_log_level_rec.statement_level then fa_debug_pkg.add(l_calling_fn, 'Before calling FA_INVOICE_PVT.INVOICE_ENGINE', '', g_log_level_rec); end if;
549: if not FA_INVOICE_PVT.INVOICE_ENGINE (
550: px_trans_rec => l_trans_rec,
551: px_asset_hdr_rec => l_asset_hdr_rec,
552: p_asset_desc_rec => l_asset_desc_rec,

Line 549: if not FA_INVOICE_PVT.INVOICE_ENGINE (

545: g_inv_trans_rec.invoice_transaction_id := to_number(null);
546: g_inv_trans_rec.transaction_type := 'RETIREMENT';
547:
548: if g_log_level_rec.statement_level then fa_debug_pkg.add(l_calling_fn, 'Before calling FA_INVOICE_PVT.INVOICE_ENGINE', '', g_log_level_rec); end if;
549: if not FA_INVOICE_PVT.INVOICE_ENGINE (
550: px_trans_rec => l_trans_rec,
551: px_asset_hdr_rec => l_asset_hdr_rec,
552: p_asset_desc_rec => l_asset_desc_rec,
553: p_asset_type_rec => l_asset_type_rec,

Line 565: fa_debug_pkg.add(l_calling_fn, 'Error Calling FA_INVOICE_PVT.INVOICE_ENGINE', '', g_log_level_rec);

561: x_asset_deprn_mrc_tbl_new => l_asset_deprn_mrc_tbl_new,
562: p_calling_fn => l_calling_fn,
563: p_log_level_rec => g_log_level_rec) then
564: if g_log_level_rec.statement_level then
565: fa_debug_pkg.add(l_calling_fn, 'Error Calling FA_INVOICE_PVT.INVOICE_ENGINE', '', g_log_level_rec);
566: fa_debug_pkg.add(l_calling_fn, 'SQLERRM: ', SQLERRM, g_log_level_rec);
567: end if;
568: raise FND_API.G_EXC_UNEXPECTED_ERROR;
569: end if;

Line 7062: if not FA_INVOICE_PVT.INVOICE_ENGINE (

7058:
7059: l_inv_trans_rec.invoice_transaction_id := to_number(null);
7060: l_inv_trans_rec.transaction_type := 'REINSTATEMENT';
7061:
7062: if not FA_INVOICE_PVT.INVOICE_ENGINE (
7063: px_trans_rec => l_trans_rec,
7064: px_asset_hdr_rec => l_asset_hdr_rec,
7065: p_asset_desc_rec => p_asset_desc_rec,
7066: p_asset_type_rec => l_asset_type_rec,

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

7074: x_asset_deprn_mrc_tbl_new => l_asset_deprn_mrc_tbl_new,
7075: p_calling_fn => l_calling_fn
7076: ,p_log_level_rec => p_log_level_rec) then
7077: if g_log_level_rec.statement_level then
7078: fa_debug_pkg.add(l_calling_fn, 'Error Calling FA_INVOICE_PVT.INVOICE_ENGINE', '', p_log_level_rec);
7079: fa_debug_pkg.add(l_calling_fn, 'SQLERRM: ', SQLERRM, p_log_level_rec);
7080: end if;
7081: raise FND_API.G_EXC_UNEXPECTED_ERROR;
7082: end if;