DBA Data[Home] [Help]

APPS.INL_INTERFACE_PVT dependencies on INL_CHARGE_PVT

Line 8575: l_debug_info := 'Generate Charges(Integration with QP). Call INL_CHARGE_PVT.Generate_Charges';

8571: p_var_value => ship_hdr_list(i).last_task_code
8572: ) ;
8573: -- Generate Charges and Integration with QP
8574: IF ship_hdr_list(i) .last_task_code >= '20' THEN
8575: l_debug_info := 'Generate Charges(Integration with QP). Call INL_CHARGE_PVT.Generate_Charges';
8576: INL_LOGGING_PVT.Log_Statement(
8577: p_module_name => g_module_name,
8578: p_procedure_name => l_proc_name,
8579: p_debug_info => l_debug_info

Line 8581: INL_CHARGE_PVT.Generate_Charges(

8577: p_module_name => g_module_name,
8578: p_procedure_name => l_proc_name,
8579: p_debug_info => l_debug_info
8580: );
8581: INL_CHARGE_PVT.Generate_Charges(
8582: p_api_version => 1.0,
8583: p_init_msg_list => l_init_msg_list,
8584: p_commit => l_commit,
8585: p_ship_header_id => l_ship_header_id,