DBA Data[Home] [Help]

APPS.WSH_PICK_LIST dependencies on FND_MSG_PUB

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

751: END IF;
752: --}
753: END IF;
754:
755: fnd_msg_pub.delete_msg(); -- Clear Msg Buffer
756:
757: IF l_debug_on THEN
758: WSH_DEBUG_SV.logmsg(l_module_name,'x_return_status '||x_return_status);
759: WSH_DEBUG_SV.pop(l_module_name);

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

1393: IF (l_return_status = WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR) OR (l_return_status = WSH_UTIL_CORE.G_RET_STS_ERROR) THEN
1394: --{
1395: WSH_UTIL_CORE.PrintMsg('Error occurred in Inv_Move_Order_Pub.Create_Move_Order_Lines');
1396: FOR i in 1..l_msg_count LOOP
1397: l_message := fnd_msg_pub.get(i,'F');
1398: l_message := replace(l_message,chr(0),' ');
1399: WSH_UTIL_CORE.PrintMsg(l_message);
1400: END LOOP;
1401: fnd_msg_pub.delete_msg();

Line 1401: fnd_msg_pub.delete_msg();

1397: l_message := fnd_msg_pub.get(i,'F');
1398: l_message := replace(l_message,chr(0),' ');
1399: WSH_UTIL_CORE.PrintMsg(l_message);
1400: END LOOP;
1401: fnd_msg_pub.delete_msg();
1402: IF (l_return_status = WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR) THEN
1403: --{
1404: WSH_UTIL_CORE.PrintMsg('Unexpected error from Inv_Move_Order_Pub.Create_Move_Order_Lines. Exiting');
1405: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;

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

1476: IF (l_return_status = WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR) OR (l_return_status = WSH_UTIL_CORE.G_RET_STS_ERROR) THEN
1477: --{
1478: WSH_UTIL_CORE.PrintMsg('Error occurred in Inv_Express_Pick_Pub.Pick_Release');
1479: FOR i in 1..l_msg_count LOOP
1480: l_message := fnd_msg_pub.get(i,'F');
1481: l_message := replace(l_message,chr(0),' ');
1482: WSH_UTIL_CORE.PrintMsg(l_message);
1483: IF (i = 1) THEN
1484: l_message1 := l_message;

Line 1487: fnd_msg_pub.delete_msg();

1483: IF (i = 1) THEN
1484: l_message1 := l_message;
1485: END IF;
1486: END LOOP;
1487: fnd_msg_pub.delete_msg();
1488: IF (l_return_status = WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR) THEN
1489: --{
1490: WSH_UTIL_CORE.PrintMsg('Unexpected error from Inv_Express_Pick_Pub.Pick_Release. Exiting');
1491: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;

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

2870: OR (l_return_status = WSH_UTIL_CORE.G_RET_STS_ERROR) THEN
2871: --{
2872: WSH_UTIL_CORE.PrintMsg('Error occurred in Inv_Pick_Release_Pub.Pick_Release');
2873: FOR i in 1..l_msg_count LOOP
2874: l_message := fnd_msg_pub.get(i,'F');
2875: l_message := replace(l_message,chr(0),' ');
2876: WSH_UTIL_CORE.PrintMsg(l_message);
2877: IF (i = 1) THEN
2878: l_message1 := l_message;

Line 2882: fnd_msg_pub.delete_msg();

2878: l_message1 := l_message;
2879: END IF;
2880: END LOOP;
2881: l_completion_status := 'WARNING';
2882: fnd_msg_pub.delete_msg();
2883: IF (l_return_status = WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR) THEN
2884: WSH_UTIL_CORE.PrintMsg('Unexpected error from INV_Pick_Release_Pub.Pick_Release. Exiting');
2885: RAISE e_return;
2886: ELSE

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

3072: COMMIT;
3073: END IF;
3074: END IF;
3075:
3076: fnd_msg_pub.delete_msg(); -- Clear Msg Buffer
3077:
3078: -- Auto Pick Confirm
3079: IF l_org_info.express_pick_flag = 'N' AND l_org_info.auto_pick_confirm = 'Y'
3080: AND l_pick_release_stat.count > 0 THEN

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

3113: OR (l_return_status = WSH_UTIL_CORE.G_RET_STS_ERROR) THEN
3114: --{
3115: WSH_UTIL_CORE.PrintMsg('Error occurred in INV_Pick_Wave_Pick_Confirm_PUB.Pick_Confirm');
3116: FOR i in 1..l_msg_count LOOP
3117: l_message := fnd_msg_pub.get(i,'F');
3118: l_message := replace(l_message,chr(0),' ');
3119: WSH_UTIL_CORE.PrintMsg(l_message);
3120: END LOOP;
3121: l_completion_status := 'WARNING';

Line 3122: fnd_msg_pub.delete_msg();

3118: l_message := replace(l_message,chr(0),' ');
3119: WSH_UTIL_CORE.PrintMsg(l_message);
3120: END LOOP;
3121: l_completion_status := 'WARNING';
3122: fnd_msg_pub.delete_msg();
3123: IF (l_return_status = WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR) THEN
3124: WSH_UTIL_CORE.PrintMsg('Unexpected error. Exiting');
3125: --Bug 4906830
3126: IF ( G_CONC_REQ = FND_API.G_TRUE ) THEN

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

4514: OR (l_return_status = WSH_UTIL_CORE.G_RET_STS_ERROR) THEN --{
4515:
4516: WSH_UTIL_CORE.PrintMsg('Error occurred in Inv_Move_Order_Pub.Create_Move_Order_Header');
4517: FOR i in 1..l_msg_count LOOP
4518: l_message := fnd_msg_pub.get(i,'F');
4519: l_message := replace(l_message,chr(0),' ');
4520: WSH_UTIL_CORE.PrintMsg(l_message);
4521: END LOOP;
4522: fnd_msg_pub.delete_msg();

Line 4522: fnd_msg_pub.delete_msg();

4518: l_message := fnd_msg_pub.get(i,'F');
4519: l_message := replace(l_message,chr(0),' ');
4520: WSH_UTIL_CORE.PrintMsg(l_message);
4521: END LOOP;
4522: fnd_msg_pub.delete_msg();
4523: RAISE e_return;
4524: --}
4525: ELSIF (l_return_status = WSH_UTIL_CORE.G_RET_STS_SUCCESS) THEN
4526: IF l_debug_on THEN

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

5390: IF (l_return_status = WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR)
5391: OR (l_return_status = WSH_UTIL_CORE.G_RET_STS_ERROR) THEN
5392: WSH_UTIL_CORE.PrintMsg('Error occurred in Inv_Move_Order_Pub.Process_Move_Order');
5393: FOR i in 1..l_msg_count LOOP
5394: l_message := fnd_msg_pub.get(i,'F');
5395: l_message := replace(l_message,chr(0),' ');
5396: WSH_UTIL_CORE.PrintMsg(l_message);
5397: END LOOP;
5398: fnd_msg_pub.delete_msg();

Line 5398: fnd_msg_pub.delete_msg();

5394: l_message := fnd_msg_pub.get(i,'F');
5395: l_message := replace(l_message,chr(0),' ');
5396: WSH_UTIL_CORE.PrintMsg(l_message);
5397: END LOOP;
5398: fnd_msg_pub.delete_msg();
5399: RAISE e_return;
5400: END IF;
5401: END IF; --}
5402: END LOOP; --}

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

6859: END IF;
6860:
6861: WHEN OTHERS THEN
6862: --
6863: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
6864: FND_MSG_PUB.Add_Exc_Msg( 'WSH_PICK_LIST', 'Release_Batch_SRS' );
6865: END IF;
6866: --
6867: IF G_CONC_REQ = FND_API.G_TRUE THEN

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

6860:
6861: WHEN OTHERS THEN
6862: --
6863: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
6864: FND_MSG_PUB.Add_Exc_Msg( 'WSH_PICK_LIST', 'Release_Batch_SRS' );
6865: END IF;
6866: --
6867: IF G_CONC_REQ = FND_API.G_TRUE THEN
6868: l_ret_code := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR','');