DBA Data[Home] [Help]

APPS.WMS_ATF_DEST_LOCATOR dependencies on FND_MSG_PUB

Line 146: fnd_msg_pub.ADD;

142: trace(l_proc ||' Effective to date of the relationship is less than the current date...');
143: trace(l_proc ||' This renders this relationship ineffective for the current run though this hook call..');
144: trace(l_proc ||' may have been valid when the operation plan was set up. ');
145: fnd_message.set_name('WMS', 'WMS_EXPIRED_HOOK_CALL_ID');
146: fnd_msg_pub.ADD;
147: raise fnd_api.g_exc_error;
148: end if;
149:
150: