DBA Data[Home] [Help]

APPS.WSH_PICK_LIST dependencies on FND_MSG_PUB

Line 769: fnd_msg_pub.delete_msg(); -- Clear Msg Buffer

765: END IF;
766: --}
767: END IF;
768:
769: fnd_msg_pub.delete_msg(); -- Clear Msg Buffer
770:
771: IF l_debug_on THEN
772: WSH_DEBUG_SV.logmsg(l_module_name,'x_return_status '||x_return_status);
773: WSH_DEBUG_SV.pop(l_module_name);

Line 1458: l_message := fnd_msg_pub.get(i,'F');

1454: IF (l_return_status = WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR) OR (l_return_status = WSH_UTIL_CORE.G_RET_STS_ERROR) THEN
1455: --{
1456: WSH_UTIL_CORE.PrintMsg('Error occurred in Inv_Move_Order_Pub.Create_Move_Order_Lines');
1457: FOR i in 1..l_msg_count LOOP
1458: l_message := fnd_msg_pub.get(i,'F');
1459: l_message := replace(l_message,chr(0),' ');
1460: WSH_UTIL_CORE.PrintMsg(l_message);
1461: END LOOP;
1462: fnd_msg_pub.delete_msg();

Line 1462: fnd_msg_pub.delete_msg();

1458: l_message := fnd_msg_pub.get(i,'F');
1459: l_message := replace(l_message,chr(0),' ');
1460: WSH_UTIL_CORE.PrintMsg(l_message);
1461: END LOOP;
1462: fnd_msg_pub.delete_msg();
1463: IF (l_return_status = WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR) THEN
1464: --{
1465: WSH_UTIL_CORE.PrintMsg('Unexpected error from Inv_Move_Order_Pub.Create_Move_Order_Lines. Exiting');
1466: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;

Line 1541: l_message := fnd_msg_pub.get(i,'F');

1537: IF (l_return_status = WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR) OR (l_return_status = WSH_UTIL_CORE.G_RET_STS_ERROR) THEN
1538: --{
1539: WSH_UTIL_CORE.PrintMsg('Error occurred in Inv_Express_Pick_Pub.Pick_Release');
1540: FOR i in 1..l_msg_count LOOP
1541: l_message := fnd_msg_pub.get(i,'F');
1542: l_message := replace(l_message,chr(0),' ');
1543: WSH_UTIL_CORE.PrintMsg(l_message);
1544: IF (i = 1) THEN
1545: l_message1 := l_message;

Line 1548: fnd_msg_pub.delete_msg();

1544: IF (i = 1) THEN
1545: l_message1 := l_message;
1546: END IF;
1547: END LOOP;
1548: fnd_msg_pub.delete_msg();
1549: IF (l_return_status = WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR) THEN
1550: --{
1551: WSH_UTIL_CORE.PrintMsg('Unexpected error from Inv_Express_Pick_Pub.Pick_Release. Exiting');
1552: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;

Line 2948: l_message := fnd_msg_pub.get(i,'F');

2944: OR (l_return_status = WSH_UTIL_CORE.G_RET_STS_ERROR) THEN
2945: --{
2946: WSH_UTIL_CORE.PrintMsg('Error occurred in Inv_Pick_Release_Pub.Pick_Release');
2947: FOR i in 1..l_msg_count LOOP
2948: l_message := fnd_msg_pub.get(i,'F');
2949: l_message := replace(l_message,chr(0),' ');
2950: WSH_UTIL_CORE.PrintMsg(l_message);
2951: IF (i = 1) THEN
2952: l_message1 := l_message;

Line 2956: fnd_msg_pub.delete_msg();

2952: l_message1 := l_message;
2953: END IF;
2954: END LOOP;
2955: l_completion_status := 'WARNING';
2956: fnd_msg_pub.delete_msg();
2957: IF (l_return_status = WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR) THEN
2958: WSH_UTIL_CORE.PrintMsg('Unexpected error from INV_Pick_Release_Pub.Pick_Release. Exiting');
2959: RAISE e_return;
2960: ELSE

Line 3150: fnd_msg_pub.delete_msg(); -- Clear Msg Buffer

3146: COMMIT;
3147: END IF;
3148: END IF;
3149:
3150: fnd_msg_pub.delete_msg(); -- Clear Msg Buffer
3151:
3152: -- Auto Pick Confirm
3153: IF l_org_info.express_pick_flag = 'N' AND l_org_info.auto_pick_confirm = 'Y'
3154: AND l_pick_release_stat.count > 0 THEN

Line 3191: l_message := fnd_msg_pub.get(i,'F');

3187: OR (l_return_status = WSH_UTIL_CORE.G_RET_STS_ERROR) THEN
3188: --{
3189: WSH_UTIL_CORE.PrintMsg('Error occurred in INV_Pick_Wave_Pick_Confirm_PUB.Pick_Confirm');
3190: FOR i in 1..l_msg_count LOOP
3191: l_message := fnd_msg_pub.get(i,'F');
3192: l_message := replace(l_message,chr(0),' ');
3193: WSH_UTIL_CORE.PrintMsg(l_message);
3194: END LOOP;
3195: l_completion_status := 'WARNING';

Line 3196: fnd_msg_pub.delete_msg();

3192: l_message := replace(l_message,chr(0),' ');
3193: WSH_UTIL_CORE.PrintMsg(l_message);
3194: END LOOP;
3195: l_completion_status := 'WARNING';
3196: fnd_msg_pub.delete_msg();
3197: IF (l_return_status = WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR) THEN
3198: WSH_UTIL_CORE.PrintMsg('Unexpected error. Exiting');
3199: --Bug 4906830
3200: IF ( G_CONC_REQ = FND_API.G_TRUE ) THEN

Line 4613: l_message := fnd_msg_pub.get(i,'F');

4609: OR (l_return_status = WSH_UTIL_CORE.G_RET_STS_ERROR) THEN --{
4610:
4611: WSH_UTIL_CORE.PrintMsg('Error occurred in Inv_Move_Order_Pub.Create_Move_Order_Header');
4612: FOR i in 1..l_msg_count LOOP
4613: l_message := fnd_msg_pub.get(i,'F');
4614: l_message := replace(l_message,chr(0),' ');
4615: WSH_UTIL_CORE.PrintMsg(l_message);
4616: END LOOP;
4617: fnd_msg_pub.delete_msg();

Line 4617: fnd_msg_pub.delete_msg();

4613: l_message := fnd_msg_pub.get(i,'F');
4614: l_message := replace(l_message,chr(0),' ');
4615: WSH_UTIL_CORE.PrintMsg(l_message);
4616: END LOOP;
4617: fnd_msg_pub.delete_msg();
4618: RAISE e_return;
4619: --}
4620: ELSIF (l_return_status = WSH_UTIL_CORE.G_RET_STS_SUCCESS) THEN
4621: IF l_debug_on THEN

Line 5528: l_message := fnd_msg_pub.get(i,'F');

5524: IF (l_return_status = WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR)
5525: OR (l_return_status = WSH_UTIL_CORE.G_RET_STS_ERROR) THEN
5526: WSH_UTIL_CORE.PrintMsg('Error occurred in Inv_Move_Order_Pub.Process_Move_Order');
5527: FOR i in 1..l_msg_count LOOP
5528: l_message := fnd_msg_pub.get(i,'F');
5529: l_message := replace(l_message,chr(0),' ');
5530: WSH_UTIL_CORE.PrintMsg(l_message);
5531: END LOOP;
5532: fnd_msg_pub.delete_msg();

Line 5532: fnd_msg_pub.delete_msg();

5528: l_message := fnd_msg_pub.get(i,'F');
5529: l_message := replace(l_message,chr(0),' ');
5530: WSH_UTIL_CORE.PrintMsg(l_message);
5531: END LOOP;
5532: fnd_msg_pub.delete_msg();
5533: RAISE e_return;
5534: END IF;
5535: END IF; --}
5536: END LOOP; --}

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

7001: END IF;
7002:
7003: WHEN OTHERS THEN
7004: --
7005: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
7006: FND_MSG_PUB.Add_Exc_Msg( 'WSH_PICK_LIST', 'Release_Batch_SRS' );
7007: END IF;
7008: --
7009: IF G_CONC_REQ = FND_API.G_TRUE THEN

Line 7006: FND_MSG_PUB.Add_Exc_Msg( 'WSH_PICK_LIST', 'Release_Batch_SRS' );

7002:
7003: WHEN OTHERS THEN
7004: --
7005: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
7006: FND_MSG_PUB.Add_Exc_Msg( 'WSH_PICK_LIST', 'Release_Batch_SRS' );
7007: END IF;
7008: --
7009: IF G_CONC_REQ = FND_API.G_TRUE THEN
7010: l_ret_code := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR','');