DBA Data[Home] [Help]

APPS.WSH_BULK_PROCESS_PVT dependencies on FND_MSG_PUB

Line 4580: X_stack_size_start := FND_MSG_PUB.Count_Msg;

4576: p_line_rec.source_line_number(p_index));
4577: wsh_util_core.add_message(wsh_util_core.g_ret_sts_success,
4578: l_module_name);
4579: END IF;
4580: X_stack_size_start := FND_MSG_PUB.Count_Msg;
4581: IF l_debug_on THEN
4582: WSH_DEBUG_SV.log(l_module_name,'X_stack_size_start',
4583: X_stack_size_start);
4584: END IF;

Line 4587: l_msg_count := FND_MSG_PUB.Count_Msg;

4583: X_stack_size_start);
4584: END IF;
4585: ELSE --}{
4586:
4587: l_msg_count := FND_MSG_PUB.Count_Msg;
4588:
4589: IF l_msg_count > X_stack_size_start THEN --{
4590: IF p_caller <> 'OM' THEN --{
4591: FND_MESSAGE.SET_NAME('WSH','WSH_END_MESSAGING');

Line 4609: FND_MSG_PUB.Delete_Msg(X_stack_size_start);

4605: END IF; --}
4606: ELSE --}{
4607: IF p_caller <> 'OM' THEN
4608: -- remove the previous message
4609: FND_MSG_PUB.Delete_Msg(X_stack_size_start);
4610: END IF;
4611: END IF; --}
4612: END IF; --}
4613: IF l_debug_on THEN