DBA Data[Home] [Help]

APPS.WSH_TP_RELEASE_INT dependencies on FND_MSG_PUB

Line 896: FND_MSG_PUB.initialize;

892: --
893: --
894:
895: -- Bug 3283987, initialize mesg stack for each group.
896: FND_MSG_PUB.initialize;
897:
898: x_plan_details.DELETE;
899: x_track_conts.DELETE;
900: x_plan_deliveries.DELETE;

Line 1977: FND_MSG_PUB.initialize;

1973:
1974: -- 1. set up list of interface deliveries, so they can be referenced by lines
1975:
1976: -- Bug 3555487 initialize message stack for each major action point.
1977: FND_MSG_PUB.initialize;
1978:
1979: l_new_index := 0;
1980: FOR idel IN c_tp_interface_dels(p_group_id => x_context.group_id) LOOP
1981:

Line 2204: FND_MSG_PUB.initialize;

2200:
2201: -- 2. Map and lock delivery details and their topmost LPNs
2202:
2203: -- Bug 3555487 initialize message stack for each major action point.
2204: FND_MSG_PUB.initialize;
2205:
2206: FOR iline IN c_tp_interface_lines(p_group_id => x_context.group_id) LOOP
2207:
2208: IF l_debug_on THEN

Line 3185: FND_MSG_PUB.initialize;

3181:
3182: -- 3. check outcome of mapping lines and deliveries.
3183:
3184: -- Bug 3555487 initialize message stack for each major action points.
3185: FND_MSG_PUB.initialize;
3186:
3187: IF l_debug_on THEN
3188: WSH_DEBUG_SV.log(l_module_name, 'x_plan_details.COUNT', x_plan_details.COUNT);
3189: END IF;

Line 3390: FND_MSG_PUB.initialize;

3386:
3387: -- 4. Map and lock trips and stops
3388:
3389: -- Bug 3555487 initialize message stack for each major action point.
3390: FND_MSG_PUB.initialize;
3391:
3392: l_new_index := 0;
3393: FOR itrip IN c_tp_interface_trips(p_group_id => x_context.group_id) LOOP --{
3394:

Line 3733: FND_MSG_PUB.initialize;

3729:
3730: -- 5. Map and lock legs; reuse existing trips and stops whenever possible
3731:
3732: -- Bug 3555487 initialize message stack for each major action point.
3733: FND_MSG_PUB.initialize;
3734:
3735: FOR l_plan_del_index IN x_plan_deliveries.FIRST .. x_plan_deliveries.LAST LOOP
3736:
3737: IF l_debug_on THEN

Line 4335: FND_MSG_PUB.initialize;

4331:
4332: -- 6. Map and lock continuous moves (FTE), also matching their segments.
4333:
4334: -- Bug 3555487 initialize message stack for each major action point.
4335: FND_MSG_PUB.initialize;
4336:
4337:
4338: WSH_FTE_TP_INTEGRATION.map_moves(
4339: x_context => x_context,

Line 4484: FND_MSG_PUB.initialize;

4480: -- from delivery
4481: -- + if delivery is firmed, fail if there is anything to unassign.
4482:
4483: -- Bug 3555487 initialize message stack for each major action point.
4484: FND_MSG_PUB.initialize;
4485:
4486: match_deliveries(
4487: x_context => x_context,
4488: x_plan_details => x_plan_details,

Line 4516: FND_MSG_PUB.initialize;

4512: -- may update x_delivery_unassigns with LPNs
4513:
4514: IF x_context.wms_in_group THEN
4515: -- Bug 3555487 initialize message stack for each major action point.
4516: FND_MSG_PUB.initialize;
4517:
4518: validate_wms(
4519: x_context => x_context,
4520: x_plan_details => x_plan_details,

Line 4546: FND_MSG_PUB.initialize;

4542: -- and the stops to be deleted.
4543: -- + if trip is firmed, fail if there is anything to unassign or delete.
4544:
4545: -- Bug 3555487 initialize message stack for each major action point.
4546: FND_MSG_PUB.initialize;
4547:
4548: match_trips(
4549: x_context => x_context,
4550: x_plan_deliveries => x_plan_deliveries,

Line 5020: FND_MSG_PUB.initialize;

5016: l_index := x_plan_deliveries.FIRST;
5017: WHILE l_index IS NOT NULL LOOP
5018:
5019: -- Bug 3555487 initialize message stack for each major action point.
5020: FND_MSG_PUB.initialize;
5021:
5022: IF l_debug_on THEN
5023: WSH_DEBUG_SV.log(l_module_name, 'create/update deliveries: l_index', l_index);
5024: END IF;

Line 5155: FND_MSG_PUB.initialize;

5151: l_index := x_plan_stops.FIRST;
5152: WHILE l_index IS NOT NULL LOOP
5153:
5154: -- Bug 3555487 initialize message stack for each major action point.
5155: FND_MSG_PUB.initialize;
5156:
5157: IF l_debug_on THEN
5158: WSH_DEBUG_SV.log(l_module_name, 'create/update stops: l_index', l_index);
5159: END IF;

Line 5930: FND_MSG_PUB.initialize;

5926: WSH_DEBUG_SV.log(l_module_name,'x_obsoleted_trip_moves.COUNT', x_obsoleted_trip_moves.COUNT);
5927: END IF;
5928:
5929: -- Bug 3555487 initialize message stack for each major action point.
5930: FND_MSG_PUB.initialize;
5931:
5932: WSH_FTE_TP_INTEGRATION.reconciliate_moves(
5933: x_context => x_context,
5934: x_plan_trips => x_plan_trips,

Line 6465: fnd_msg_pub.count_and_get(

6461:
6462: EXCEPTION
6463: WHEN fnd_api.g_exc_error THEN
6464: x_return_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
6465: fnd_msg_pub.count_and_get(
6466: p_count => l_msg_count,
6467: p_data => l_msg_data,
6468: p_encoded => fnd_api.g_false);
6469: --

Line 6488: fnd_msg_pub.count_and_get(

6484:
6485:
6486: WHEN fnd_api.g_exc_unexpected_error THEN
6487: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
6488: fnd_msg_pub.count_and_get(
6489: p_count => l_msg_count,
6490: p_data => l_msg_data,
6491: p_encoded => fnd_api.g_false);
6492: --

Line 6854: FND_MSG_PUB.initialize;

6850: --
6851: --
6852:
6853: -- Bug 3555487 initialize message stack for each major action point.
6854: FND_MSG_PUB.initialize;
6855:
6856:
6857: --
6858: -- 1. DELETE EMPTY DELIVERIES FROM WHICH PLAN LINES ARE UNASSIGNED.

Line 7814: FND_MSG_PUB.initialize;

7810:
7811:
7812: -- Bug 3555487 initialize message stack for each major action point
7813: -- Messages should be flushed before each new set of plan lines.
7814: FND_MSG_PUB.initialize;
7815:
7816: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;
7817: IF l_debug_on THEN
7818: WSH_DEBUG_SV.pop(l_module_name);

Line 7926: FND_MSG_PUB.initialize;

7922:
7923: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;
7924:
7925: -- Bug 3555487 initialize message stack for each major action point.
7926: FND_MSG_PUB.initialize;
7927:
7928: IF l_debug_on THEN
7929: WSH_DEBUG_SV.push(l_module_name);
7930: WSH_DEBUG_SV.log(l_module_name, 'p_delivery_index', p_delivery_index);

Line 8610: FND_MSG_PUB.initialize;

8606:
8607: -- bug 4552612: issue #3
8608: -- WMS API is setting the same message that is returned below,
8609: -- so it should be purged to avoid repetition.
8610: FND_MSG_PUB.initialize;
8611:
8612: -- per discussion with WMS, this action will not mark lines as
8613: -- having errors, and the message does not have a token.
8614: stamp_interface_error(

Line 8666: FND_MSG_PUB.initialize;

8662: WSH_DEBUG_SV.log(l_module_name,'2. go through x_delivery_unassigns: x_delivery_unassigns.COUNT', x_delivery_unassigns.COUNT);
8663: END IF;
8664:
8665: -- Bug 3555487 initialize message stack for each major action point.
8666: FND_MSG_PUB.initialize;
8667:
8668: IF x_delivery_unassigns.COUNT > 0 THEN --[
8669:
8670: l_wms_table.DELETE;

Line 8735: FND_MSG_PUB.initialize;

8731: -- bug 4552612: issue #3
8732: -- if WMS API has set messages for failed validation,
8733: -- they need to be purged to avoid repetition
8734: -- because the same messages will be set below.
8735: FND_MSG_PUB.initialize;
8736:
8737: l_dd_index := l_wms_table.FIRST;
8738: WHILE l_dd_index IS NOT NULL LOOP
8739: IF (l_wms_table(l_dd_index).return_status IN (WSH_UTIL_CORE.G_RET_STS_ERROR,

Line 10205: FND_MSG_PUB.initialize;

10201:
10202: l_index := x_plan_trips.FIRST;
10203: WHILE l_index IS NOT NULL LOOP
10204: -- Bug 3555487 initialize message stack for each major action point.
10205: FND_MSG_PUB.initialize;
10206:
10207: IF l_debug_on THEN
10208: WSH_DEBUG_SV.log(l_module_name, 'create/update trips: l_index', l_index);
10209: IF (p_phase = 2) THEN

Line 10283: fnd_msg_pub.count_and_get(

10279:
10280: EXCEPTION
10281: WHEN fnd_api.g_exc_error THEN
10282: x_return_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
10283: fnd_msg_pub.count_and_get(
10284: p_count => l_msg_count,
10285: p_data => l_msg_data,
10286: p_encoded => fnd_api.g_false);
10287: --

Line 10303: fnd_msg_pub.count_and_get(

10299: END IF;
10300:
10301: WHEN fnd_api.g_exc_unexpected_error THEN
10302: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
10303: fnd_msg_pub.count_and_get(
10304: p_count => l_msg_count,
10305: p_data => l_msg_data,
10306: p_encoded => fnd_api.g_false);
10307: --

Line 10433: fnd_msg_pub.add;

10429: END IF;
10430: END IF;
10431: END IF;
10432:
10433: fnd_msg_pub.add;
10434:
10435: ELSE
10436:
10437: x_errors_tab(l_index).ERROR_MESSAGE := p_message_text;

Line 10448: c := FND_MSG_PUB.count_msg;

10444:
10445: END IF;
10446:
10447:
10448: c := FND_MSG_PUB.count_msg;
10449: IF l_debug_on THEN
10450: WSH_DEBUG_SV.log(l_module_name,'COUNT--',c);
10451: END IF;
10452: FOR i in 1..c LOOP

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

10449: IF l_debug_on THEN
10450: WSH_DEBUG_SV.log(l_module_name,'COUNT--',c);
10451: END IF;
10452: FOR i in 1..c LOOP
10453: FND_MSG_PUB.get(p_encoded => FND_API.G_FALSE,
10454: p_msg_index => i,
10455: p_data => l_buffer,
10456: p_msg_index_out => l_index_out);
10457:

Line 10477: FND_MSG_PUB.initialize;

10473: -- bug 4552612: issue #3
10474: -- since all messages in stack are already pulled into x_errors_tab,
10475: -- the stack should be purged before the next call to stamp_interface_error
10476: -- to avoid repeating the same messages.
10477: FND_MSG_PUB.initialize;
10478:
10479:
10480: IF l_debug_on THEN
10481: WSH_DEBUG_SV.log(l_module_name,'l_index--',l_index);