DBA Data[Home] [Help]

APPS.INL_SHIPMENT_PVT dependencies on INL_TAX_PVT

Line 6403: l_debug_info := 'Run INL_TAX_PVT.Generate_Taxes';

6399: -- Run Generate Taxes Only for NOT Pending Shipments
6400:
6401:
6402: IF p_task_code >= '30' AND NVL(l_pending_matching_flag, 'N') = 'N' THEN
6403: l_debug_info := 'Run INL_TAX_PVT.Generate_Taxes';
6404: INL_LOGGING_PVT.Log_Statement (
6405: p_module_name => g_module_name,
6406: p_procedure_name => l_api_name,
6407: p_debug_info => l_debug_info

Line 6410: INL_TAX_PVT.Generate_Taxes (p_api_version => 1.0,

6406: p_procedure_name => l_api_name,
6407: p_debug_info => l_debug_info
6408: ) ;
6409:
6410: INL_TAX_PVT.Generate_Taxes (p_api_version => 1.0,
6411: p_init_msg_list => FND_API.G_FALSE,
6412: p_commit => FND_API.G_FALSE,
6413: p_ship_header_id => p_ship_header_id,
6414: x_return_status => l_return_status,