DBA Data[Home] [Help]

APPS.POS_ASN_CREATE_PVT dependencies on FND_MESSAGE

Line 692: fnd_message.set_name('WMS', 'WMS_CONT_DUPLICATE_LPN');

688: where lpn_id = l_lpn_id;
689:
690: --can only reuse the LPNs that have a context of 5
691: if(l_lpn_context is not null AND l_lpn_context <> 5) then
692: fnd_message.set_name('WMS', 'WMS_CONT_DUPLICATE_LPN');
693: fnd_msg_pub.ADD;
694: fnd_message.set_name('WMS', 'WMS_CONT_INVALID_LPN');
695: fnd_msg_pub.ADD;
696: FND_MSG_PUB.Count_And_Get(p_count => l_msg_count,

Line 694: fnd_message.set_name('WMS', 'WMS_CONT_INVALID_LPN');

690: --can only reuse the LPNs that have a context of 5
691: if(l_lpn_context is not null AND l_lpn_context <> 5) then
692: fnd_message.set_name('WMS', 'WMS_CONT_DUPLICATE_LPN');
693: fnd_msg_pub.ADD;
694: fnd_message.set_name('WMS', 'WMS_CONT_INVALID_LPN');
695: fnd_msg_pub.ADD;
696: FND_MSG_PUB.Count_And_Get(p_count => l_msg_count,
697: p_data => l_msg_data);
698: l_ans := false;