DBA Data[Home] [Help]

APPS.WSH_TMS_RELEASE dependencies on FND_MSG_PUB

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

3657: END IF;
3658: IF l_rs IN (WSH_UTIL_CORE.G_RET_STS_ERROR, WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR) THEN
3659: l_return_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
3660: FOR l_err_msg IN 1..l_msg_count LOOP
3661: l_message := fnd_msg_pub.get(l_err_msg,'F');
3662: l_message := replace(l_message,chr(0),' ');
3663: IF l_debug_on THEN
3664: WSH_DEBUG_SV.log(l_module_name, 'ERROR: '|| l_message);
3665: END IF;

Line 3667: fnd_msg_pub.delete_msg();

3663: IF l_debug_on THEN
3664: WSH_DEBUG_SV.log(l_module_name, 'ERROR: '|| l_message);
3665: END IF;
3666: END LOOP;
3667: fnd_msg_pub.delete_msg();
3668: FND_MESSAGE.SET_NAME('WSH','WSH_DOCK_SCHED_ERROR');
3669: WSH_UTIL_CORE.ADD_MESSAGE(WSH_UTIL_CORE.G_RET_STS_ERROR);
3670: GOTO trip_error;
3671: END IF;

Line 3950: fnd_msg_pub.delete_msg();

3946:
3947: END IF;--} -- l_return_status <> 'E'
3948: END;--} -- end of data cleanup
3949: -- For each trip, delete the messages on stack
3950: fnd_msg_pub.delete_msg();
3951: END LOOP; --} for each trip in l_trip_info_tab
3952: END IF; --}l_trip_info_tab.count > 0
3953: --=======================================================================
3954:

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

4145: IF c_get_currency_code%ISOPEN THEN
4146: CLOSE c_get_currency_code;
4147: END IF;
4148: --
4149: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
4150: FND_MSG_PUB.Add_Exc_Msg( 'WSH_TMS_RELEASE', 'Release_Planned_Shipment' );
4151: END IF;
4152: --
4153: -- Always concurrent request,no online option

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

4146: CLOSE c_get_currency_code;
4147: END IF;
4148: --
4149: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
4150: FND_MSG_PUB.Add_Exc_Msg( 'WSH_TMS_RELEASE', 'Release_Planned_Shipment' );
4151: END IF;
4152: --
4153: -- Always concurrent request,no online option
4154: l_ret_code := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR','');

Line 4561: fnd_msg_pub.add;

4557: END IF;
4558: */
4559: -- OTM R12
4560:
4561: fnd_msg_pub.add;
4562:
4563: ELSE
4564: x_errors_tab(l_index).ERROR_MESSAGE := p_message_text;
4565: x_errors_tab(l_index).INTERFACE_TABLE_NAME := p_entity_table_name;

Line 4573: c := FND_MSG_PUB.count_msg;

4569:
4570: l_index := l_index +1;
4571: END IF; --}
4572:
4573: c := FND_MSG_PUB.count_msg;
4574: IF l_debug_on THEN
4575: WSH_DEBUG_SV.log(l_module_name,'COUNT--',c);
4576: END IF;
4577:

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

4581: IF l_debug_on THEN
4582: WSH_DEBUG_SV.logmsg(l_module_name,'C:'||i);
4583: END IF;
4584:
4585: FND_MSG_PUB.get(p_encoded => FND_API.G_FALSE,
4586: p_msg_index => i,
4587: p_data => l_buffer,
4588: p_msg_index_out => l_index_out);
4589:

Line 4599: FND_MSG_PUB.initialize;

4595:
4596: -- l_index := l_index + 1;
4597: END LOOP;--}
4598:
4599: FND_MSG_PUB.initialize;
4600:
4601: l_message_name := 'WSH_OTM_GENERIC';
4602:
4603: IF l_debug_on THEN