DBA Data[Home] [Help]

APPS.POS_ASN_CREATE_PVT dependencies on FND_MESSAGE

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

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

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

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