DBA Data[Home] [Help]

APPS.INL_SHIPMENT_PVT dependencies on INL_INTERFACE_PVT

Line 11850: l_debug_info := 'Call INL_INTERFACE_PVT.Reset_MatchInt';

11846: sh.last_update_date = SYSDATE,
11847: sh.last_updated_by = l_fnd_user_id
11848: WHERE sh.ship_header_id = p_ship_header_id;
11849:
11850: l_debug_info := 'Call INL_INTERFACE_PVT.Reset_MatchInt';
11851: INL_LOGGING_PVT.Log_Statement(p_module_name => g_module_name,
11852: p_procedure_name => l_program_name,
11853: p_debug_info => l_debug_info);
11854:

Line 11855: INL_INTERFACE_PVT.Reset_MatchInt(p_ship_header_id => p_ship_header_id,

11851: INL_LOGGING_PVT.Log_Statement(p_module_name => g_module_name,
11852: p_procedure_name => l_program_name,
11853: p_debug_info => l_debug_info);
11854:
11855: INL_INTERFACE_PVT.Reset_MatchInt(p_ship_header_id => p_ship_header_id,
11856: x_return_status => l_return_status);
11857:
11858: -- If unexpected errors happen abort API
11859: IF l_return_status = L_FND_RET_STS_ERROR THEN

Line 12099: /* transfered to INL_INTERFACE_PVT --BUG#8198498

12095: ELSE
12096: -- /SCM-051
12097: -- Run Adjust Lines for Pending Shipments
12098: IF l_pending_matching_flag = 'Y' AND NVL(l_rcv_running,0) = 0 THEN -- SCM-051
12099: /* transfered to INL_INTERFACE_PVT --BUG#8198498
12100: l_debug_info := 'Run INL_SHIPMENT_PVT.Adjust_Lines';
12101: INL_LOGGING_PVT.Log_Statement (
12102: p_module_name => g_module_name,
12103: p_procedure_name => l_api_name,

Line 14096: l_debug_info := 'Call INL_INTERFACE_PVT.Reset_MatchInt';

14092: WHERE a.ship_header_id = p_ship_header_id
14093: AND a.pending_update_flag IS NOT NULL
14094: ;
14095:
14096: l_debug_info := 'Call INL_INTERFACE_PVT.Reset_MatchInt';
14097: INL_LOGGING_PVT.Log_Statement(p_module_name => g_module_name,
14098: p_procedure_name => l_program_name,
14099: p_debug_info => l_debug_info);
14100:

Line 14101: INL_INTERFACE_PVT.Reset_MatchInt(p_ship_header_id => p_ship_header_id,

14097: INL_LOGGING_PVT.Log_Statement(p_module_name => g_module_name,
14098: p_procedure_name => l_program_name,
14099: p_debug_info => l_debug_info);
14100:
14101: INL_INTERFACE_PVT.Reset_MatchInt(p_ship_header_id => p_ship_header_id,
14102: x_return_status => l_return_status);
14103:
14104: -- If unexpected errors happen abort API
14105: IF l_return_status = L_FND_RET_STS_ERROR THEN