DBA Data[Home] [Help]

APPS.FA_TAX_RSV_ADJ_PUB dependencies on FA_TAX_RSV_ADJ_PVT

Line 539: -- Call the private api ... FA_TAX_RSV_ADJ_PVT.do_tax_rsv_adj;

535: fnd_profile.put('GL_SET_OF_BKS_ID', l_sob_tbl(l_sob_index));
536: fnd_client_info.set_currency_context (to_char(l_sob_tbl(l_sob_index)));
537: end if;
538:
539: -- Call the private api ... FA_TAX_RSV_ADJ_PVT.do_tax_rsv_adj;
540:
541: /* Bug 4597471 -- changed the signature of FA_TAX_RSV_ADJ_PVT.do_tax_rsv_adj to include the the reporting flag */
542:
543: if not FA_TAX_RSV_ADJ_PVT.do_tax_rsv_adj

Line 541: /* Bug 4597471 -- changed the signature of FA_TAX_RSV_ADJ_PVT.do_tax_rsv_adj to include the the reporting flag */

537: end if;
538:
539: -- Call the private api ... FA_TAX_RSV_ADJ_PVT.do_tax_rsv_adj;
540:
541: /* Bug 4597471 -- changed the signature of FA_TAX_RSV_ADJ_PVT.do_tax_rsv_adj to include the the reporting flag */
542:
543: if not FA_TAX_RSV_ADJ_PVT.do_tax_rsv_adj
544: (px_trans_rec => px_trans_rec,
545: px_asset_hdr_rec => l_asset_hdr_rec_mrc,

Line 543: if not FA_TAX_RSV_ADJ_PVT.do_tax_rsv_adj

539: -- Call the private api ... FA_TAX_RSV_ADJ_PVT.do_tax_rsv_adj;
540:
541: /* Bug 4597471 -- changed the signature of FA_TAX_RSV_ADJ_PVT.do_tax_rsv_adj to include the the reporting flag */
542:
543: if not FA_TAX_RSV_ADJ_PVT.do_tax_rsv_adj
544: (px_trans_rec => px_trans_rec,
545: px_asset_hdr_rec => l_asset_hdr_rec_mrc,
546: p_asset_desc_rec => p_asset_desc_rec,
547: p_asset_type_rec => p_asset_type_rec,

Line 567: if not FA_TAX_RSV_ADJ_PVT.do_tax_rsv_adj

563: least(sysdate,l_period_rec.calendar_period_close_date));
564: px_trans_rec.transaction_date_entered :=
565: to_date(to_char(l_transaction_date, 'DD/MM/YYYY'),'DD/MM/YYYY');
566:
567: if not FA_TAX_RSV_ADJ_PVT.do_tax_rsv_adj
568: (px_trans_rec => px_trans_rec,
569: px_asset_hdr_rec => l_asset_hdr_rec_mrc,
570: p_asset_desc_rec => p_asset_desc_rec,
571: p_asset_type_rec => p_asset_type_rec,