DBA Data[Home] [Help]

APPS.INV_THIRD_PARTY_STOCK_PVT dependencies on INV_AP_TAX_ENGINE_MDTR

Line 878: ( 'Calling INV_AP_TAX_ENGINE_MDTR.Calculate_Tax'

874: ( 'Inserted into Tax Global temp tables','INV_THIRD_PARTY_STOCK_PVT'
875: , 9
876: );
877: INV_LOG_UTIL.trace
878: ( 'Calling INV_AP_TAX_ENGINE_MDTR.Calculate_Tax'
879: , 9
880: );
881:
882: END IF;

Line 885: INV_AP_TAX_ENGINE_MDTR.Calculate_Tax

881:
882: END IF;
883:
884:
885: INV_AP_TAX_ENGINE_MDTR.Calculate_Tax
886: ( x_return_status => l_return_status
887: , x_msg_count => l_msg_count
888: , x_msg_data => l_msg_data
889: );