DBA Data[Home] [Help]

APPS.INV_THIRD_PARTY_STOCK_PVT dependencies on INV_AP_TAX_ENGINE_MDTR

Line 868: ( 'Calling INV_AP_TAX_ENGINE_MDTR.Calculate_Tax'

864: ( 'Inserted into Tax Global temp tables','INV_THIRD_PARTY_STOCK_PVT'
865: , 9
866: );
867: INV_LOG_UTIL.trace
868: ( 'Calling INV_AP_TAX_ENGINE_MDTR.Calculate_Tax'
869: , 9
870: );
871:
872: END IF;

Line 875: INV_AP_TAX_ENGINE_MDTR.Calculate_Tax

871:
872: END IF;
873:
874:
875: INV_AP_TAX_ENGINE_MDTR.Calculate_Tax
876: ( x_return_status => l_return_status
877: , x_msg_count => l_msg_count
878: , x_msg_data => l_msg_data
879: );