DBA Data[Home] [Help]

APPS.WSH_TMS_RELEASE dependencies on FND_MSG_PUB

Line 3669: l_message := fnd_msg_pub.get(l_err_msg,'F');

3665: END IF;
3666: IF l_rs IN (WSH_UTIL_CORE.G_RET_STS_ERROR, WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR) THEN
3667: l_return_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
3668: FOR l_err_msg IN 1..l_msg_count LOOP
3669: l_message := fnd_msg_pub.get(l_err_msg,'F');
3670: l_message := replace(l_message,chr(0),' ');
3671: IF l_debug_on THEN
3672: WSH_DEBUG_SV.log(l_module_name, 'ERROR: '|| l_message);
3673: END IF;

Line 3675: fnd_msg_pub.delete_msg();

3671: IF l_debug_on THEN
3672: WSH_DEBUG_SV.log(l_module_name, 'ERROR: '|| l_message);
3673: END IF;
3674: END LOOP;
3675: fnd_msg_pub.delete_msg();
3676: FND_MESSAGE.SET_NAME('WSH','WSH_DOCK_SCHED_ERROR');
3677: WSH_UTIL_CORE.ADD_MESSAGE(WSH_UTIL_CORE.G_RET_STS_ERROR);
3678: GOTO trip_error;
3679: END IF;

Line 3958: fnd_msg_pub.delete_msg();

3954:
3955: END IF;--} -- l_return_status <> 'E'
3956: END;--} -- end of data cleanup
3957: -- For each trip, delete the messages on stack
3958: fnd_msg_pub.delete_msg();
3959: END LOOP; --} for each trip in l_trip_info_tab
3960: END IF; --}l_trip_info_tab.count > 0
3961: --=======================================================================
3962:

Line 4157: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

4153: IF c_get_currency_code%ISOPEN THEN
4154: CLOSE c_get_currency_code;
4155: END IF;
4156: --
4157: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
4158: FND_MSG_PUB.Add_Exc_Msg( 'WSH_TMS_RELEASE', 'Release_Planned_Shipment' );
4159: END IF;
4160: --
4161: -- Always concurrent request,no online option

Line 4158: FND_MSG_PUB.Add_Exc_Msg( 'WSH_TMS_RELEASE', 'Release_Planned_Shipment' );

4154: CLOSE c_get_currency_code;
4155: END IF;
4156: --
4157: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
4158: FND_MSG_PUB.Add_Exc_Msg( 'WSH_TMS_RELEASE', 'Release_Planned_Shipment' );
4159: END IF;
4160: --
4161: -- Always concurrent request,no online option
4162: l_ret_code := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR','');

Line 4569: fnd_msg_pub.add;

4565: END IF;
4566: */
4567: -- OTM R12
4568:
4569: fnd_msg_pub.add;
4570:
4571: ELSE
4572: x_errors_tab(l_index).ERROR_MESSAGE := p_message_text;
4573: x_errors_tab(l_index).INTERFACE_TABLE_NAME := p_entity_table_name;

Line 4581: c := FND_MSG_PUB.count_msg;

4577:
4578: l_index := l_index +1;
4579: END IF; --}
4580:
4581: c := FND_MSG_PUB.count_msg;
4582: IF l_debug_on THEN
4583: WSH_DEBUG_SV.log(l_module_name,'COUNT--',c);
4584: END IF;
4585:

Line 4593: FND_MSG_PUB.get(p_encoded => FND_API.G_FALSE,

4589: IF l_debug_on THEN
4590: WSH_DEBUG_SV.logmsg(l_module_name,'C:'||i);
4591: END IF;
4592:
4593: FND_MSG_PUB.get(p_encoded => FND_API.G_FALSE,
4594: p_msg_index => i,
4595: p_data => l_buffer,
4596: p_msg_index_out => l_index_out);
4597:

Line 4607: FND_MSG_PUB.initialize;

4603:
4604: -- l_index := l_index + 1;
4605: END LOOP;--}
4606:
4607: FND_MSG_PUB.initialize;
4608:
4609: l_message_name := 'WSH_OTM_GENERIC';
4610:
4611: IF l_debug_on THEN