DBA Data[Home] [Help]

APPS.WSH_SHIPMENT_REQUEST_PKG dependencies on OE_MSG_PUB

Line 2205: FOR i IN 1 .. oe_msg_pub.g_msg_tbl.COUNT LOOP

2201: END IF;
2202: -- }
2203: ELSE --Error/Unexpected Error returned from Process Order api {
2204: l_temp_status := 'INVALID';
2205: FOR i IN 1 .. oe_msg_pub.g_msg_tbl.COUNT LOOP
2206: l_error_msg := SUBSTRB( OE_MSG_PUB.Get (i, 'F'), 1, 4000 );
2207:
2208: OE_MSG_PUB.Get_Msg_Context(
2209: p_msg_index => i,

Line 2206: l_error_msg := SUBSTRB( OE_MSG_PUB.Get (i, 'F'), 1, 4000 );

2202: -- }
2203: ELSE --Error/Unexpected Error returned from Process Order api {
2204: l_temp_status := 'INVALID';
2205: FOR i IN 1 .. oe_msg_pub.g_msg_tbl.COUNT LOOP
2206: l_error_msg := SUBSTRB( OE_MSG_PUB.Get (i, 'F'), 1, 4000 );
2207:
2208: OE_MSG_PUB.Get_Msg_Context(
2209: p_msg_index => i,
2210: x_entity_code => l_entity_code,

Line 2208: OE_MSG_PUB.Get_Msg_Context(

2204: l_temp_status := 'INVALID';
2205: FOR i IN 1 .. oe_msg_pub.g_msg_tbl.COUNT LOOP
2206: l_error_msg := SUBSTRB( OE_MSG_PUB.Get (i, 'F'), 1, 4000 );
2207:
2208: OE_MSG_PUB.Get_Msg_Context(
2209: p_msg_index => i,
2210: x_entity_code => l_entity_code,
2211: x_entity_ref => l_entity_ref,
2212: x_entity_id => l_entity_id,

Line 2242: WSH_DEBUG_SV.logmsg(l_module_name, 'Error Message : ' || OE_MSG_PUB.Get (i, 'F') );

2238: WSH_DEBUG_SV.logmsg(l_module_name, 'x_line_id : ' || l_line_id);
2239: WSH_DEBUG_SV.logmsg(l_module_name, 'x_orig_sys_document_ref : ' || l_orig_sys_document_ref);
2240: WSH_DEBUG_SV.logmsg(l_module_name, 'x_orig_sys_document_line_ref : ' || l_orig_sys_document_line_ref);
2241: WSH_DEBUG_SV.logmsg(l_module_name, 'x_orig_sys_shipment_ref : ' || l_orig_sys_shipment_ref);
2242: WSH_DEBUG_SV.logmsg(l_module_name, 'Error Message : ' || OE_MSG_PUB.Get (i, 'F') );
2243: END IF;
2244: --
2245:
2246: -- OM API returns 'Order has been booked.' even if validation fails.