DBA Data[Home] [Help]

APPS.WSH_INTERFACE_COMMON_ACTIONS dependencies on INV_RSV_DETAIL_STAGE_PVT

Line 4264: wsh_debug_sv.logmsg (l_module_name,'Calling INV_RSV_DETAIL_STAGE_PVT.Process_Reservation', WSH_DEBUG_SV.C_PROC_LEVEL );

4260: --
4261: l_rsv_rec.demand_source_header_id := INV_SALESORDER.Get_Salesorder_For_Oeheader(P_OE_HEADER_ID => l_header_id);
4262: --
4263: IF l_debug_on THEN
4264: wsh_debug_sv.logmsg (l_module_name,'Calling INV_RSV_DETAIL_STAGE_PVT.Process_Reservation', WSH_DEBUG_SV.C_PROC_LEVEL );
4265: END IF;
4266: --
4267: -- After discussing with Inventory team, its been decided that
4268: -- 1. Serial Numbers will NOT be passed in p_serial_number parameter,

Line 4272: INV_RSV_DETAIL_STAGE_PVT.Process_Reservation(

4268: -- 1. Serial Numbers will NOT be passed in p_serial_number parameter,
4269: -- even if the item is Serial Controlled.
4270: -- 2. Return Status of Process_Reservation api will NOT be handled
4271: -- Documented the same in MED under Closed Issues
4272: INV_RSV_DETAIL_STAGE_PVT.Process_Reservation(
4273: p_api_version_number => 1.0,
4274: p_init_msg_lst => FND_API.G_TRUE,
4275: p_rsv_rec => l_rsv_rec,
4276: p_serial_number => l_serial_number_tbl,

Line 4284: wsh_debug_sv.log (l_module_name, 'Return Status from INV_RSV_DETAIL_STAGE_PVT.Process_Reservation', l_return_status);

4280: x_msg_data => l_msg_data );
4281: --
4282: -- Bug 8579149 - Fixing the GSCC error introduced in previous fix
4283: IF l_debug_on THEN
4284: wsh_debug_sv.log (l_module_name, 'Return Status from INV_RSV_DETAIL_STAGE_PVT.Process_Reservation', l_return_status);
4285: wsh_debug_sv.log (l_module_name, 'Process_Reservation api msg count', l_msg_count);
4286: wsh_debug_sv.log (l_module_name, 'Process_Reservation api msg data', l_msg_data);
4287: END IF;
4288: --