DBA Data[Home] [Help]

APPS.AMW_CONTROL_PVT dependencies on FND_MESSAGE

Line 1085: fnd_message.set_name ('AMS', 'AMW_API_RECORD_NOT_FOUND');

1081: INTO l_control_rev_id;
1082: IF (c_control%NOTFOUND) THEN
1083: CLOSE c_control;
1084: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_error) THEN
1085: fnd_message.set_name ('AMS', 'AMW_API_RECORD_NOT_FOUND');
1086: fnd_msg_pub.ADD;
1087: END IF;
1088: RAISE fnd_api.g_exc_error;
1089: END IF;