DBA Data[Home] [Help]

APPS.UMX_REG_REQUESTS_PVT dependencies on FND_MSG_PUB

Line 173: fnd_msg_pub.add;

169: CLOSE c1;
170: fnd_message.set_name('AR','HZ_API_INVALID_LOOKUP');
171: fnd_message.set_token('COLUMN',p_column);
172: fnd_message.set_token('LOOKUP_TYPE',p_lookup_type);
173: fnd_msg_pub.add;
174: x_return_status := fnd_api.g_ret_sts_error;
175: END IF;
176: CLOSE c1;
177: END IF;