DBA Data[Home] [Help]

APPS.FA_TAX_RSV_ADJ_PVT dependencies on FA_INS_ADJUST_PKG

Line 637: if not FA_INS_ADJUST_PKG.faxinaj

633: end if;
634:
635: l_adj.mrc_sob_type_code := l_reporting_flag;
636:
637: if not FA_INS_ADJUST_PKG.faxinaj
638: (adj_ptr_passed => l_adj,
639: p_log_level_rec => p_log_level_rec
640: ) then
641: raise TAX_RSV_ADJ_ERR;

Line 656: if (not FA_INS_ADJUST_PKG.faxinaj

652: end if;
653:
654: l_adj.flush_adj_flag := TRUE;
655:
656: if (not FA_INS_ADJUST_PKG.faxinaj
657: (adj_ptr_passed => l_adj,
658: p_log_level_rec => p_log_level_rec)) then
659: raise TAX_RSV_ADJ_ERR;
660: end if;

Line 990: if not FA_INS_ADJUST_PKG.faxinaj

986: end if;
987:
988: l_adj.mrc_sob_type_code := l_reporting_flag;
989:
990: if not FA_INS_ADJUST_PKG.faxinaj
991: (adj_ptr_passed => l_adj,
992: p_log_level_rec => p_log_level_rec) then
993: raise tax_rsv_adj_err;
994: end if;